summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFurkan Sahin <furkan-dev@proton.me>2025-04-25 11:50:34 -0400
committerFurkan Sahin <furkan-dev@proton.me>2025-04-25 11:50:34 -0400
commitd4011515b58b0bf32a22a097c4d245f9ba09ba0e (patch)
tree54481afc79266b253de95627dcade41dc64750b4
parent6cd4b107def29425741555b11f4dff44510d4c0c (diff)
input/seatop_down: Update decorations for touchscreen inputs
fixes #8675 (cherry picked from commit 0e0e2d999aabee579e8e948bf02002431b9d2cf4)
-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();
}
}