mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 00:17:46 +00:00
WindowServer: Make set_background_color and set_wallpaper_mode async
Both of these were already used asynchonrously by GUI::Desktop.
This commit is contained in:
parent
b8411d1ef6
commit
11dc790d69
1 changed files with 2 additions and 2 deletions
|
@ -90,8 +90,8 @@ endpoint WindowServer
|
|||
|
||||
set_wallpaper(String path) =|
|
||||
|
||||
set_background_color(String background_color) => ()
|
||||
set_wallpaper_mode(String mode) => ()
|
||||
set_background_color(String background_color) =|
|
||||
set_wallpaper_mode(String mode) =|
|
||||
|
||||
set_resolution(Gfx::IntSize resolution, int scale_factor) => (bool success, Gfx::IntSize resolution, int scale_factor)
|
||||
set_window_icon_bitmap(i32 window_id, Gfx::ShareableBitmap icon) =|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue