From c1520077b6dab32dee359bdfe03dddc5e391f9a5 Mon Sep 17 00:00:00 2001 From: nyorain Date: Thu, 22 Jun 2017 16:53:48 +0200 Subject: Implement wayland backend input events --- include/backend/wayland.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'include/backend') 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; -- cgit v1.2.3