1
Fork 0
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:
Andreas Kling 2019-02-08 08:45:59 +01:00
parent 2736957701
commit 90d3375dc2
5 changed files with 230 additions and 3 deletions

View file

@ -105,6 +105,8 @@ private:
RetainPtr<Font> m_font;
RetainPtr<GraphicsBitmap> m_wallpaper;
mutable Lock m_lock;
bool m_flash_flush { false };