mirror of
https://github.com/RGBCube/serenity
synced 2025-07-24 23:37:43 +00:00
LibGUI+WindowServer: Add a "Hand" cursor to the standard cursors
This commit is contained in:
parent
a6e4c504e2
commit
76266862d1
7 changed files with 8 additions and 0 deletions
|
@ -143,6 +143,7 @@ void WSWindowManager::reload_config(bool set_screen)
|
|||
m_wm_config->read_num_entry("Screen", "Height", 1080));
|
||||
|
||||
m_arrow_cursor = get_cursor("Arrow", { 2, 2 });
|
||||
m_hand_cursor = get_cursor("Hand", { 8, 4 });
|
||||
m_resize_horizontally_cursor = get_cursor("ResizeH");
|
||||
m_resize_vertically_cursor = get_cursor("ResizeV");
|
||||
m_resize_diagonally_tlbr_cursor = get_cursor("ResizeDTLBR");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue