WindowServer: Implement window resizing
windows can now set resizable attribute which allows window server to resize them
This commit is contained in:
@@ -186,6 +186,7 @@ namespace LibGUI
|
||||
bool focusable;
|
||||
bool rounded_corners;
|
||||
bool alpha_channel;
|
||||
bool resizable;
|
||||
};
|
||||
|
||||
DEFINE_PACKET(
|
||||
|
||||
@@ -22,6 +22,7 @@ namespace LibGUI
|
||||
.focusable = true,
|
||||
.rounded_corners = true,
|
||||
.alpha_channel = false,
|
||||
.resizable = false,
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user