mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47:34 +00:00
WindowServer: Support desktop wallpapers.
For now, you don't get to choose the wallpaper, but it's still pretty cool.
This commit is contained in:
parent
2736957701
commit
90d3375dc2
5 changed files with 230 additions and 3 deletions
|
@ -105,6 +105,8 @@ private:
|
|||
|
||||
RetainPtr<Font> m_font;
|
||||
|
||||
RetainPtr<GraphicsBitmap> m_wallpaper;
|
||||
|
||||
mutable Lock m_lock;
|
||||
|
||||
bool m_flash_flush { false };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue