WindowServer+LibGUI: Add "wait" cursor

This commit is contained in:
Linus Groh 2020-07-07 20:23:40 +01:00 committed by Andreas Kling
commit 899dcba158
Notes: sideshowbarker 2024-07-19 05:01:16 +09:00
7 changed files with 8 additions and 0 deletions

View file

@ -52,6 +52,7 @@ enum class StandardCursor {
Help,
Drag,
Move,
Wait,
};
class Window : public Core::Object {