1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-06-01 07:38:10 +00:00

WindowServer: Show directional cursors when resizing windows.

This commit is contained in:
Andreas Kling 2019-03-31 22:27:37 +02:00
parent 90b2723e7a
commit c992534f73
2 changed files with 25 additions and 1 deletions

View file

@ -84,7 +84,7 @@ public:
bool set_wallpaper(const String& path);
String wallpaper_path() const { return m_wallpaper_path; }
const WSCursor& active_cursor() const { return *m_arrow_cursor; }
const WSCursor& active_cursor() const;
Rect current_cursor_rect() const;
private: