mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 10:09:14 +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
|
@ -56,6 +56,8 @@ RefPtr<Cursor> Cursor::create(Gfx::StandardCursor standard_cursor)
|
|||
return nullptr;
|
||||
case Gfx::StandardCursor::Arrow:
|
||||
return WindowManager::the().arrow_cursor();
|
||||
case Gfx::StandardCursor::Crosshair:
|
||||
return WindowManager::the().crosshair_cursor();
|
||||
case Gfx::StandardCursor::IBeam:
|
||||
return WindowManager::the().i_beam_cursor();
|
||||
case Gfx::StandardCursor::ResizeHorizontal:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue