WindowServer+LibGUI: Add "resize row/column" cursors

This commit is contained in:
Linus Groh 2020-07-07 19:19:56 +01:00 committed by Andreas Kling
commit 62866208ee
Notes: sideshowbarker 2024-07-19 05:01:28 +09:00
8 changed files with 16 additions and 0 deletions

View file

@ -46,6 +46,8 @@ enum class StandardCursor {
ResizeVertical,
ResizeDiagonalTLBR,
ResizeDiagonalBLTR,
ResizeColumn,
ResizeRow,
Hand,
Drag,
Move,