aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2025-04-25 11:50:34 -0400
committerSimon Ser <contact@emersion.fr>2025-05-06 11:22:41 +0200
commit6021f4d83fc1d7e179c334a010af9b37e44a1bb2 (patch)
tree54481afc79266b253de95627dcade41dc64750b4
parent4ab411cab0f441994fd41ef8ac80ef849bfab271 (diff)
input/seatop_down: Update decorations for touchscreen inputs
fixes #8675
-rw-r--r--sway/input/seatop_down.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sway/input/seatop_down.c b/sway/input/seatop_down.c
index 340e334b..f64e5a4f 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();
}
}