mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-21 06:59:44 -05:00
validate grab serial for shell events
This commit is contained in:
parent
069f120b70
commit
815d71a3aa
5 changed files with 36 additions and 1 deletions
|
|
@ -509,4 +509,10 @@ int wlr_seat_touch_num_points(struct wlr_seat *seat);
|
|||
*/
|
||||
bool wlr_seat_touch_has_grab(struct wlr_seat *seat);
|
||||
|
||||
/**
|
||||
* Check whether this serial is valid to start a grab action such as an
|
||||
* interactive move or resize.
|
||||
*/
|
||||
bool wlr_seat_validate_grab_serial(struct wlr_seat *seat, uint32_t serial);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue