mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-11-15 06:59:43 -05:00
Make (wlr_)seat_client_from_pointer_resource public
This commit is contained in:
parent
cf9debf82e
commit
d446c53fe1
2 changed files with 12 additions and 9 deletions
|
|
@ -568,6 +568,9 @@ bool wlr_seat_touch_has_grab(struct wlr_seat *seat);
|
|||
bool wlr_seat_validate_grab_serial(struct wlr_seat *seat, uint32_t serial);
|
||||
|
||||
struct wlr_seat_client *wlr_seat_client_from_resource(
|
||||
struct wl_resource *resource);
|
||||
struct wl_resource *resource);
|
||||
|
||||
struct wlr_seat_client *wlr_seat_client_from_pointer_resource(
|
||||
struct wl_resource *resource);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue