mirror of
https://github.com/swaywm/sway.git
synced 2026-04-25 06:46:24 -04:00
parent
b18d943442
commit
bffcc9251e
1 changed files with 3 additions and 1 deletions
|
|
@ -408,7 +408,9 @@ static void handle_touch_down(struct wl_listener *listener, void *data) {
|
||||||
event->touch_id, sx, sy);
|
event->touch_id, sx, sy);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (focused_node) {
|
||||||
seat_set_focus(seat, focused_node);
|
seat_set_focus(seat, focused_node);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void handle_touch_up(struct wl_listener *listener, void *data) {
|
static void handle_touch_up(struct wl_listener *listener, void *data) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue