mirror of
https://github.com/swaywm/sway.git
synced 2024-12-29 00:16:22 +01:00
dont set cursor image on motion
This commit is contained in:
parent
5c036a3eac
commit
39e7871a85
1 changed files with 0 additions and 3 deletions
|
@ -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