From 0b585795645f608093ae59199a71bf5be6790e3b Mon Sep 17 00:00:00 2001 From: emersion Date: Sat, 12 May 2018 13:04:47 +0100 Subject: Add support for discrete axis values --- include/backend/wayland.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/backend/wayland.h') diff --git a/include/backend/wayland.h b/include/backend/wayland.h index fda27da9..46f18c84 100644 --- a/include/backend/wayland.h +++ b/include/backend/wayland.h @@ -72,6 +72,7 @@ struct wlr_wl_pointer { struct wlr_wl_input_device *input_device; struct wl_pointer *wl_pointer; enum wlr_axis_source axis_source; + int32_t axis_discrete; struct wlr_wl_output *output; struct wl_listener output_destroy; -- cgit v1.2.3