diff options
Diffstat (limited to 'Libraries/LibGUI/Desktop.h')
-rw-r--r-- | Libraries/LibGUI/Desktop.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Libraries/LibGUI/Desktop.h b/Libraries/LibGUI/Desktop.h index fd2dd58664..e6b041a156 100644 --- a/Libraries/LibGUI/Desktop.h +++ b/Libraries/LibGUI/Desktop.h @@ -38,6 +38,10 @@ public: static Desktop& the(); Desktop(); + void set_background_color(const StringView& background_color); + + void set_wallpaper_mode(const StringView& mode); + String wallpaper() const; bool set_wallpaper(const StringView& path); |