From dbde1f734075d47cdada320f056a4e3f7f528755 Mon Sep 17 00:00:00 2001 From: nyorain Date: Thu, 22 Jun 2017 17:58:53 +0200 Subject: Store wayland backend axis source --- include/backend/wayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/backend') diff --git a/include/backend/wayland.h b/include/backend/wayland.h index df817598..792bad37 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -44,6 +44,7 @@ struct wlr_input_device_state { }; struct wlr_pointer_state { + enum wlr_axis_source axis_source; struct wlr_output *current_output; }; -- cgit v1.2.3