mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 12:48:10 +00:00
LibGUI+WindowServer: Rename window "override cursor" to just "cursor"
Let's just say each window has a cursor, there's not really overriding going on.
This commit is contained in:
parent
40fbdd4e9e
commit
b4f307f982
21 changed files with 80 additions and 80 deletions
|
@ -1304,8 +1304,8 @@ const Cursor& WindowManager::active_cursor() const
|
|||
}
|
||||
}
|
||||
|
||||
if (m_hovered_window && m_hovered_window->override_cursor())
|
||||
return *m_hovered_window->override_cursor();
|
||||
if (m_hovered_window && m_hovered_window->cursor())
|
||||
return *m_hovered_window->cursor();
|
||||
|
||||
return *m_arrow_cursor;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue