mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-04 20:55:58 +01:00
backend/wayland: fix undefined reference to wlr_wl_input_device_get_seat
Amend b7e9ad79
to remove wlr_wl_input_device_get_seat definition.
Closes: https://gitlab.freedesktop.org/wlroots/wlroots/-/issues/3611
This commit is contained in:
parent
689627f0c0
commit
5602fb1373
1 changed files with 0 additions and 5 deletions
|
@ -57,9 +57,4 @@ void wlr_wl_output_set_title(struct wlr_output *output, const char *title);
|
|||
*/
|
||||
struct wl_surface *wlr_wl_output_get_surface(struct wlr_output *output);
|
||||
|
||||
/**
|
||||
* Returns the remote struct wl_seat for a Wayland input device.
|
||||
*/
|
||||
struct wl_seat *wlr_wl_input_device_get_seat(struct wlr_input_device *dev);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue