mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:48:11 +00:00
WindowServer+LibGUI: Add "wait" cursor
This commit is contained in:
parent
b8a8e417f1
commit
899dcba158
7 changed files with 8 additions and 0 deletions
|
@ -78,6 +78,8 @@ RefPtr<Cursor> Cursor::create(StandardCursor standard_cursor)
|
|||
return WindowManager::the().drag_cursor();
|
||||
case StandardCursor::Move:
|
||||
return WindowManager::the().move_cursor();
|
||||
case StandardCursor::Wait:
|
||||
return WindowManager::the().wait_cursor();
|
||||
}
|
||||
ASSERT_NOT_REACHED();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue