From c23882dde1f8a46f82b599ece5bb4b59606d030b Mon Sep 17 00:00:00 2001 From: Christopher Dumas Date: Sun, 26 May 2019 10:14:03 -0700 Subject: can now tile background and made sure the IRC choose server popup still works --- Servers/WindowServer/WSCompositor.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Servers/WindowServer/WSCompositor.h') diff --git a/Servers/WindowServer/WSCompositor.h b/Servers/WindowServer/WSCompositor.h index f0ea27bf14..ea65bd24bf 100644 --- a/Servers/WindowServer/WSCompositor.h +++ b/Servers/WindowServer/WSCompositor.h @@ -10,6 +10,8 @@ class Painter; class WSCursor; +enum class WallpaperMode { Simple, Tile, Center, Unchecked }; + class WSCompositor final : public CObject { public: static WSCompositor& the(); @@ -55,5 +57,6 @@ private: Rect m_last_geometry_label_rect; String m_wallpaper_path; + WallpaperMode m_wallpaper_mode { WallpaperMode::Unchecked }; RetainPtr m_wallpaper; }; -- cgit v1.2.3