mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-31 13:19:05 +00:00
WindowServer+LibGfx: Added Crosshair cursor
This commit is contained in:
parent
ddad7575a9
commit
9ccae7a908
Notes:
sideshowbarker
2024-07-19 01:38:14 +09:00
Author: https://github.com/umasankar-yedida
Commit: 9ccae7a908
Pull-request: https://github.com/SerenityOS/serenity/pull/3876
Reviewed-by: https://github.com/awesomekling
7 changed files with 11 additions and 0 deletions
|
@ -126,6 +126,7 @@ void WindowManager::reload_config(bool set_screen)
|
|||
m_move_cursor = get_cursor("Move");
|
||||
m_drag_cursor = get_cursor("Drag");
|
||||
m_wait_cursor = get_cursor("Wait");
|
||||
m_crosshair_cursor = get_cursor("Crosshair");
|
||||
}
|
||||
|
||||
const Gfx::Font& WindowManager::font() const
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue