diff options
Diffstat (limited to 'Servers/WindowServer/WindowManager.h')
-rw-r--r-- | Servers/WindowServer/WindowManager.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Servers/WindowServer/WindowManager.h b/Servers/WindowServer/WindowManager.h index 4d198bf0a8..b1dc349589 100644 --- a/Servers/WindowServer/WindowManager.h +++ b/Servers/WindowServer/WindowManager.h @@ -141,7 +141,8 @@ public: const Gfx::Font& font() const; const Gfx::Font& window_title_font() const; - void set_resolution(int width, int height); + bool set_resolution(int width, int height); + Gfx::Size resolution() const; void set_active_window(Window*); void set_hovered_button(Button*); |