input: close xdg-popups on touch down

Taken over and now shared from the tablet implementation.
This commit is contained in:
Jens Peters 2024-11-01 09:11:33 +01:00 committed by Hiroaki Yamamoto
parent 7e0cd8ee5a
commit d1cde3c435
4 changed files with 27 additions and 25 deletions

View file

@ -486,6 +486,8 @@ void seat_finish(struct server *server);
void seat_reconfigure(struct server *server);
void seat_focus_surface(struct seat *seat, struct wlr_surface *surface);
void seat_pointer_end_grab(struct seat *seat, struct wlr_surface *surface);
/**
* seat_focus_lock_surface() - ONLY to be called from session-lock.c to
* focus lock screen surfaces. Use seat_focus_surface() otherwise.