mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:57:47 +00:00
WindowServer+LibGUI: Shrink window edge resize hot-spots
The hot-spots for resizing a window by dragging its corner are now limited to a small area around the actual corner instead of an area with 1/3rd the length or width of the window. The hot-spots to resize a window while holding a modifier key and the right mouse button are unchanged.
This commit is contained in:
parent
eb9db167da
commit
8202beeb2b
15 changed files with 107 additions and 62 deletions
|
@ -8,7 +8,7 @@ endpoint WindowManagerServer
|
|||
set_active_window(i32 client_id, i32 window_id) =|
|
||||
set_window_minimized(i32 client_id, i32 window_id, bool minimized) =|
|
||||
toggle_show_desktop() =|
|
||||
start_window_resize(i32 client_id, i32 window_id) =|
|
||||
start_window_resize(i32 client_id, i32 window_id, i32 resize_direction) =|
|
||||
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) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue