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