diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/wayland.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h index bf65ec50..8138101c 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -43,6 +43,11 @@ struct wlr_input_device_state { void *resource; }; +struct wlr_pointer_state { + double surface_x; + double surface_y; +}; + void wlr_wl_registry_poll(struct wlr_backend_state *backend); extern const struct wl_seat_listener seat_listener; |