diff options
author | Andreas Kling <kling@serenityos.org> | 2020-05-13 00:16:40 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-05-13 00:16:40 +0200 |
commit | c2b5519ce2576387502fe30748080e47a7d663fd (patch) | |
tree | f365fc23b4f5299e4dbd6075770122771f28c5fc /Services/WindowServer/Cursor.h | |
parent | 23ee68c63ef9efaca532caf24e724c727845be27 (diff) | |
download | serenity-c2b5519ce2576387502fe30748080e47a7d663fd.zip |
LibGUI+WindowServer: Allow apps to use the "move" cursor :^)
Diffstat (limited to 'Services/WindowServer/Cursor.h')
-rw-r--r-- | Services/WindowServer/Cursor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Services/WindowServer/Cursor.h b/Services/WindowServer/Cursor.h index 5173bd86a1..6cc4c03ae7 100644 --- a/Services/WindowServer/Cursor.h +++ b/Services/WindowServer/Cursor.h @@ -40,6 +40,7 @@ enum class StandardCursor { ResizeDiagonalBLTR, Hand, Drag, + Move, }; class Cursor : public RefCounted<Cursor> { |