mirror of
https://github.com/swaywm/sway.git
synced 2024-11-11 21:14:10 +01:00
dont set cursor image on motion
This commit is contained in:
parent
5c036a3eac
commit
39e7871a85
@ -15,9 +15,6 @@ static void cursor_update_position(struct sway_cursor *cursor) {
|
||||
double x = cursor->cursor->x;
|
||||
double y = cursor->cursor->y;
|
||||
|
||||
wlr_xcursor_manager_set_cursor_image(cursor->xcursor_manager,
|
||||
"left_ptr", cursor->cursor);
|
||||
|
||||
cursor->x = x;
|
||||
cursor->y = y;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user