1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:17:44 +00:00

implemented settings for window manager.

This commit is contained in:
Christopher Dumas 2019-05-25 09:26:23 -07:00 committed by Andreas Kling
parent d4a16d6031
commit 63486b8438
5 changed files with 54 additions and 51 deletions

View file

@ -156,6 +156,8 @@ private:
void tell_wm_listener_about_window_rect(WSWindow& listener, WSWindow&);
void pick_new_active_window();
void reload_config();
RetainPtr<WSCursor> m_arrow_cursor;
RetainPtr<WSCursor> m_resize_horizontally_cursor;
RetainPtr<WSCursor> m_resize_vertically_cursor;