From 557d8eaf6ddc283f627877c8dcf9b7e5289c6016 Mon Sep 17 00:00:00 2001 From: Furkan Sahin Date: Fri, 25 Apr 2025 11:50:34 -0400 Subject: [PATCH] input/seatop_down: Update decorations for touchscreen inputs fixes #8675 (cherry picked from commit 6021f4d83fc1d7e179c334a010af9b37e44a1bb2) --- sway/input/seatop_down.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sway/input/seatop_down.c b/sway/input/seatop_down.c index 340e334bf..f64e5a4f2 100644 --- a/sway/input/seatop_down.c +++ b/sway/input/seatop_down.c @@ -100,6 +100,7 @@ static void handle_touch_down(struct sway_seat *seat, if (focused_node) { seat_set_focus(seat, focused_node); + transaction_commit_dirty(); } }