mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-02 09:01:38 -05:00
rootston: keep one xcursor_theme per seat
This commit is contained in:
parent
aaf0691883
commit
2dccb11741
4 changed files with 15 additions and 11 deletions
|
|
@ -44,7 +44,7 @@ static void roots_cursor_update_position(struct roots_cursor *cursor, uint32_t t
|
|||
set_compositor_cursor = view_client != cursor->cursor_client;
|
||||
}
|
||||
if (set_compositor_cursor) {
|
||||
roots_xcursor_theme_set_default(desktop->xcursor_theme,
|
||||
roots_xcursor_theme_set_default(cursor->xcursor_theme,
|
||||
cursor->cursor);
|
||||
cursor->cursor_client = NULL;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue