mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +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
|
@ -124,6 +124,7 @@ void WindowManager::reload_config(bool set_screen)
|
|||
m_disallowed_cursor = get_cursor("Disallowed");
|
||||
m_move_cursor = get_cursor("Move");
|
||||
m_drag_cursor = get_cursor("Drag");
|
||||
m_wait_cursor = get_cursor("Wait");
|
||||
}
|
||||
|
||||
const Gfx::Font& WindowManager::font() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue