mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 22:47:47 +00:00
WindowServer+SystemMenu: Check the current system theme on startup
This commit is contained in:
parent
b6d035aa05
commit
0fa7cf70b5
4 changed files with 13 additions and 0 deletions
|
@ -87,6 +87,7 @@ endpoint WindowServer = 2
|
|||
StartDrag(String text, String data_type, String data, i32 bitmap_id, Gfx::Size bitmap_size) => (bool started)
|
||||
|
||||
SetSystemTheme(String theme_path, String theme_name) => (bool success)
|
||||
GetSystemTheme() => (String theme_name)
|
||||
|
||||
SetWindowBaseSizeAndSizeIncrement(i32 window_id, Gfx::Size base_size, Gfx::Size size_increment) => ()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue