mirror of
https://github.com/swaywm/sway.git
synced 2024-11-22 16:01:27 +00:00
parent
0efc28e2f5
commit
2b15cf453e
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
seat_set_focus(seat, focused_node);
|
if (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…
Reference in a new issue