1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 03:47:35 +00:00

WindowServer: Show a special "move" cursor when dragging windows around.

This commit is contained in:
Andreas Kling 2019-03-31 22:42:13 +02:00
parent af09f994ba
commit 42c95959a8
3 changed files with 5 additions and 0 deletions

View file

@ -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;