sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 90d3270970cc963454455b572883a051d3f376a1
parent ecfea6b8aebcc6a7f663e2f23144e146dbe726d3
Author: llyyr <llyyr.public@gmail.com>
Date:   Mon, 29 Sep 2025 16:27:30 +0530

sway/input/cursor: send frame event when simulating pointer from tablet

Diffstat:
Msway/input/cursor.c | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git 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); } }