diff options
| author | Furkan Sahin <furkan-dev@proton.me> | 2025-04-25 11:50:34 -0400 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2025-05-18 23:55:44 +0200 |
| commit | 557d8eaf6ddc283f627877c8dcf9b7e5289c6016 (patch) | |
| tree | 54481afc79266b253de95627dcade41dc64750b4 | |
| parent | 05ffe545ea49639299f1e6793f6d040dd6b348b4 (diff) | |
input/seatop_down: Update decorations for touchscreen inputs
fixes #8675
(cherry picked from commit 6021f4d83fc1d7e179c334a010af9b37e44a1bb2)
| -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(); } } |
