mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
WindowServer+LibGUI: Add "resize row/column" cursors
This commit is contained in:
parent
2dd40aac4d
commit
62866208ee
Notes:
sideshowbarker
2024-07-19 05:01:28 +09:00
Author: https://github.com/linusg
Commit: 62866208ee
Pull-request: https://github.com/SerenityOS/serenity/pull/2739
8 changed files with 16 additions and 0 deletions
|
@ -46,6 +46,8 @@ enum class StandardCursor {
|
|||
ResizeVertical,
|
||||
ResizeDiagonalTLBR,
|
||||
ResizeDiagonalBLTR,
|
||||
ResizeColumn,
|
||||
ResizeRow,
|
||||
Hand,
|
||||
Drag,
|
||||
Move,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue