Update cursor.c

This commit is contained in:
jlo62 2023-09-17 20:27:32 +02:00 committed by GitHub
parent f2ebfc25b7
commit a2c9e8f7e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@ static void handle_pointer_motion_relative(
struct sway_cursor *cursor = wl_container_of(listener, cursor, motion);
struct wlr_pointer_motion_event *e = data;
struct sway_input_device *sid = input_sway_device_from_wlr(e->pointer->base);
struct sway_input_device *sid = input_sway_device_from_wlr(e->pointer);
struct input_config *ic = sid ? input_device_get_config(sid) : NULL;
float sensitivity = (ic && ic->sensitivity != FLT_MIN) ? ic->sensitivity : 1.0f;