mirror of
https://github.com/swaywm/sway.git
synced 2026-03-09 05:34:13 -04:00
Update cursor.c
This commit is contained in:
parent
094c0004a6
commit
f2ebfc25b7
1 changed files with 1 additions and 1 deletions
|
|
@ -408,7 +408,7 @@ static void handle_pointer_motion_relative(
|
||||||
struct sway_cursor *cursor = wl_container_of(listener, cursor, motion);
|
struct sway_cursor *cursor = wl_container_of(listener, cursor, motion);
|
||||||
struct wlr_pointer_motion_event *e = data;
|
struct wlr_pointer_motion_event *e = data;
|
||||||
|
|
||||||
struct sway_input_device *sid = input_sway_device_from_wlr(e->device);
|
struct sway_input_device *sid = input_sway_device_from_wlr(e->pointer->base);
|
||||||
struct input_config *ic = sid ? input_device_get_config(sid) : NULL;
|
struct input_config *ic = sid ? input_device_get_config(sid) : NULL;
|
||||||
float sensitivity = (ic && ic->sensitivity != FLT_MIN) ? ic->sensitivity : 1.0f;
|
float sensitivity = (ic && ic->sensitivity != FLT_MIN) ? ic->sensitivity : 1.0f;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue