mirror of
https://github.com/swaywm/sway.git
synced 2025-11-24 06:59:51 -05:00
input/seatop_down: Update decorations for touchscreen inputs
fixes #8675
(cherry picked from commit 6021f4d83f)
This commit is contained in:
parent
05ffe545ea
commit
557d8eaf6d
1 changed files with 1 additions and 0 deletions
|
|
@ -100,6 +100,7 @@ static void handle_touch_down(struct sway_seat *seat,
|
||||||
|
|
||||||
if (focused_node) {
|
if (focused_node) {
|
||||||
seat_set_focus(seat, focused_node);
|
seat_set_focus(seat, focused_node);
|
||||||
|
transaction_commit_dirty();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue