mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-01 22:58:38 -04:00
seat: remove wlr_seat_validate_grab_serial()
It makes little sense to have a catch-all grab vaildation function, considering that e.g. tablet tool implicit grabs are possible as well. Besides, the function has always returned true anyway.
This commit is contained in:
parent
36e7a672c7
commit
86c30b8715
3 changed files with 0 additions and 28 deletions
|
|
@ -693,12 +693,6 @@ void wlr_seat_touch_end_grab(struct wlr_seat *wlr_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);
|
||||
|
||||
/**
|
||||
* Check whether this serial is valid to start a pointer grab action.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue