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 a new issue