mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 02:17:35 +00:00
Make it possible for userspace to alter window title/geometry.
I'm not in love with this syscall API but it allows me to make progress.
This commit is contained in:
parent
8eae89a405
commit
dbe83f3a83
11 changed files with 78 additions and 17 deletions
|
@ -26,7 +26,7 @@ struct GUI_Rect {
|
|||
GUI_Size size;
|
||||
};
|
||||
|
||||
struct GUI_CreateWindowParameters {
|
||||
struct GUI_WindowParameters {
|
||||
GUI_Rect rect;
|
||||
Color background_color;
|
||||
unsigned flags { 0 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue