aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
authorDominique Martinet <asmadeus@codewreck.org>2017-08-14 15:55:48 +0200
committerDominique Martinet <asmadeus@codewreck.org>2017-08-14 16:22:31 +0200
commit53e7bebd2381318b9edcbc8d305d4ec2bed9b3ce (patch)
treed690768446465c1fffffbe62096b1f69a5b8f950 /include/backend
parent0a3246ad979d768933a68b81e738853bd7c964a2 (diff)
Refactor out wlr_pointer_state
Diffstat (limited to 'include/backend')
-rw-r--r--include/backend/wayland.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/backend/wayland.h b/include/backend/wayland.h
index 6d4b0138..d930f21b 100644
--- a/include/backend/wayland.h
+++ b/include/backend/wayland.h
@@ -48,7 +48,8 @@ struct wlr_wl_input_device {
void *resource;
};
-struct wlr_pointer_state {
+struct wlr_wl_pointer {
+ struct wlr_pointer wlr_pointer;
enum wlr_axis_source axis_source;
struct wlr_wl_backend_output *current_output;
};