mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
WindowServer+LibGUI: Add "help" cursor
This commit is contained in:
parent
b86a59ec05
commit
b8a8e417f1
Notes:
sideshowbarker
2024-07-19 05:01:20 +09:00
Author: https://github.com/linusg
Commit: b8a8e417f1
Pull-request: https://github.com/SerenityOS/serenity/pull/2739
7 changed files with 8 additions and 0 deletions
|
@ -49,6 +49,7 @@ enum class StandardCursor {
|
|||
ResizeColumn,
|
||||
ResizeRow,
|
||||
Hand,
|
||||
Help,
|
||||
Drag,
|
||||
Move,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue