diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2025-09-29 16:27:30 +0530 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2025-09-29 16:27:30 +0530 |
| commit | 56b5baca1bdebe315e80729f9f572e2d6cc3276f (patch) | |
| tree | da8cd1419a71abc7316bfe52b3594682982c93d5 | |
| parent | e111f6e5398700c5acda31e8bc1056ea64610e08 (diff) | |
sway/input/cursor: send frame event when simulating pointer from tablet
| -rw-r--r-- | sway/input/cursor.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index aeab558c..df62ef41 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -578,6 +578,7 @@ static void handle_tablet_tool_position(struct sway_cursor *cursor, } else { wlr_tablet_v2_tablet_tool_notify_proximity_out(tool->tablet_v2_tool); pointer_motion(cursor, time_msec, input_device->wlr_device, dx, dy, dx, dy); + wlr_seat_pointer_notify_frame(cursor->seat->wlr_seat); } } |
