mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 17:07:34 +00:00
WindowServer/GMenu: Adjust the popup position to fit the window inside the screen
Rather than passing a "top_anchored" bool. Fixes #22.
This commit is contained in:
parent
a4b0dfff43
commit
f55965b5e8
9 changed files with 20 additions and 17 deletions
|
@ -258,7 +258,6 @@ struct WSAPI_ClientMessage {
|
|||
bool checkable;
|
||||
bool checked;
|
||||
WSAPI_Point position;
|
||||
bool top_anchored;
|
||||
} menu;
|
||||
struct {
|
||||
WSAPI_Rect rect;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue