mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 22:38:13 +00:00
LibGUI: Desktop, add methods for set background color and wallpaper mode
This commit is contained in:
parent
adf524015a
commit
f88b90f6fd
2 changed files with 14 additions and 0 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue