mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:27:43 +00:00
WindowServer: Support PNG wallpapers.
Fix up /bin/pape so it tells the WindowServer which wallpaper file to use.
This commit is contained in:
parent
fe25f957e5
commit
e4dfd5a3a4
15 changed files with 150 additions and 12890 deletions
|
@ -62,6 +62,8 @@ private:
|
|||
void handle_request(WSAPISetWindowBackingStoreRequest&);
|
||||
void handle_request(WSAPISetGlobalCursorTrackingRequest&);
|
||||
void handle_request(WSAPISetWindowOpacityRequest&);
|
||||
void handle_request(WSAPISetWallpaperRequest&);
|
||||
void handle_request(WSAPIGetWallpaperRequest&);
|
||||
|
||||
void post_error(const String&);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue