1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 01:57:45 +00:00

WindowServer: Add set_virtual_dekstop WindowManager message

Users can specify the row and column of the virtual desktop, and
WindowServer will animate to it.
This commit is contained in:
Peter Elliott 2021-07-18 12:42:53 -06:00 committed by Andreas Kling
parent b8f3441300
commit 2b37fad60b
4 changed files with 12 additions and 0 deletions

View file

@ -12,4 +12,5 @@ endpoint WindowManagerServer
popup_window_menu(i32 client_id, i32 window_id, Gfx::IntPoint screen_position) =|
set_window_taskbar_rect(i32 client_id, i32 window_id, Gfx::IntRect rect) =|
set_applet_area_position(Gfx::IntPoint position) =|
set_virtual_desktop(u32 row, u32 column) =|
}