diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2025-04-25 11:50:34 -0400 |
|---|---|---|
| committer | Furkan Sahin <furkan-dev@proton.me> | 2025-04-25 11:50:34 -0400 |
| commit | 0e0e2d999aabee579e8e948bf02002431b9d2cf4 (patch) | |
| tree | 54481afc79266b253de95627dcade41dc64750b4 | |
| parent | aff292eea6d5a3b933c890581f5de82f60343a60 (diff) | |
input/seatop_down: Update decorations for touchscreen inputs
fixes #8675
| -rw-r--r-- | sway/input/seatop_down.c | 1 |
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(); } } |
