mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:47:44 +00:00
WindowServer: Show a special "move" cursor when dragging windows around.
This commit is contained in:
parent
af09f994ba
commit
42c95959a8
3 changed files with 5 additions and 0 deletions
|
@ -164,6 +164,7 @@ private:
|
|||
RetainPtr<WSCursor> m_resize_diagonally_bltr_cursor;
|
||||
RetainPtr<WSCursor> m_i_beam_cursor;
|
||||
RetainPtr<WSCursor> m_disallowed_cursor;
|
||||
RetainPtr<WSCursor> m_move_cursor;
|
||||
|
||||
OwnPtr<Painter> m_back_painter;
|
||||
OwnPtr<Painter> m_front_painter;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue