summaryrefslogtreecommitdiff
path: root/Services/WindowServer/Cursor.h
diff options
context:
space:
mode:
authorAndreas Kling <kling@serenityos.org>2020-05-13 00:16:40 +0200
committerAndreas Kling <kling@serenityos.org>2020-05-13 00:16:40 +0200
commitc2b5519ce2576387502fe30748080e47a7d663fd (patch)
treef365fc23b4f5299e4dbd6075770122771f28c5fc /Services/WindowServer/Cursor.h
parent23ee68c63ef9efaca532caf24e724c727845be27 (diff)
downloadserenity-c2b5519ce2576387502fe30748080e47a7d663fd.zip
LibGUI+WindowServer: Allow apps to use the "move" cursor :^)
Diffstat (limited to 'Services/WindowServer/Cursor.h')
-rw-r--r--Services/WindowServer/Cursor.h1
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> {