mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
WindowServer+LibGUI: Add "wait" cursor
This commit is contained in:
parent
b8a8e417f1
commit
899dcba158
Notes:
sideshowbarker
2024-07-19 05:01:16 +09:00
Author: https://github.com/linusg
Commit: 899dcba158
Pull-request: https://github.com/SerenityOS/serenity/pull/2739
7 changed files with 8 additions and 0 deletions
|
@ -52,6 +52,7 @@ enum class StandardCursor {
|
|||
Help,
|
||||
Drag,
|
||||
Move,
|
||||
Wait,
|
||||
};
|
||||
|
||||
class Window : public Core::Object {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue