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:
parent
90b2723e7a
commit
c992534f73
2 changed files with 25 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue