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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c
index 02994752..186b4820 100644
--- a/sway/input/cursor.c
+++ b/sway/input/cursor.c
@@ -524,6 +524,7 @@ static void handle_tablet_tool_position(struct sway_cursor *cursor,
524 if (!surface || !wlr_surface_accepts_tablet_v2(tablet->tablet_v2, surface)) { 524 if (!surface || !wlr_surface_accepts_tablet_v2(tablet->tablet_v2, surface)) {
525 wlr_tablet_v2_tablet_tool_notify_proximity_out(sway_tool->tablet_v2_tool); 525 wlr_tablet_v2_tablet_tool_notify_proximity_out(sway_tool->tablet_v2_tool);
526 cursor_motion(cursor, time_msec, input_device->wlr_device, dx, dy, dx, dy); 526 cursor_motion(cursor, time_msec, input_device->wlr_device, dx, dy, dx, dy);
527 transaction_commit_dirty();
527 return; 528 return;
528 } 529 }
529 530