summaryrefslogtreecommitdiff
path: root/Libraries
diff options
context:
space:
mode:
authorLinus Groh <mail@linusgroh.de>2020-07-07 19:19:56 +0100
committerAndreas Kling <kling@serenityos.org>2020-07-07 23:11:39 +0200
commit62866208eed3056e93ad745edcdd4a72dbd4dcf5 (patch)
tree114d1bd5ed43e09b985c023b271e0d369a966250 /Libraries
parent2dd40aac4d5daa1f98a24bd85a620d9adebff71c (diff)
downloadserenity-62866208eed3056e93ad745edcdd4a72dbd4dcf5.zip
WindowServer+LibGUI: Add "resize row/column" cursors
Diffstat (limited to 'Libraries')
-rw-r--r--Libraries/LibGUI/Window.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Libraries/LibGUI/Window.h b/Libraries/LibGUI/Window.h
index ae0fb5d588..c173b1e18b 100644
--- a/Libraries/LibGUI/Window.h
+++ b/Libraries/LibGUI/Window.h
@@ -46,6 +46,8 @@ enum class StandardCursor {
ResizeVertical,
ResizeDiagonalTLBR,
ResizeDiagonalBLTR,
+ ResizeColumn,
+ ResizeRow,
Hand,
Drag,
Move,