aboutsummaryrefslogtreecommitdiffstats
path: root/sway/input/cursor.c
diff options
context:
space:
mode:
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r--sway/input/cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index e87594ee..2ee63124 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -595,7 +595,7 @@ static void apply_mapping_from_region(struct wlr_input_device *device,
595 double y1 = region->y1, y2 = region->y2; 595 double y1 = region->y1, y2 = region->y2;
596 596
597 if (region->mm && device->type == WLR_INPUT_DEVICE_TABLET_TOOL) { 597 if (region->mm && device->type == WLR_INPUT_DEVICE_TABLET_TOOL) {
598 struct wlr_tablet *tablet = device->tablet; 598 struct wlr_tablet *tablet = wlr_tablet_from_input_device(device);
599 if (tablet->width_mm == 0 || tablet->height_mm == 0) { 599 if (tablet->width_mm == 0 || tablet->height_mm == 0) {
600 return; 600 return;
601 } 601 }