mirror of
https://github.com/labwc/labwc.git
synced 2025-10-29 05:40:24 -04:00
input: close xdg-popups on touch down
Taken over and now shared from the tablet implementation.
This commit is contained in:
parent
7e0cd8ee5a
commit
d1cde3c435
4 changed files with 27 additions and 25 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue