diff options
author | emersion <contact@emersion.fr> | 2018-05-12 13:04:47 +0100 |
---|---|---|
committer | emersion <contact@emersion.fr> | 2018-05-12 13:34:58 +0100 |
commit | 0b585795645f608093ae59199a71bf5be6790e3b (patch) | |
tree | 49a5c786435f30cdeb6aa8900bb9118079a60395 /include/backend | |
parent | 84609d347a6c943096335ac5c96af133c782e179 (diff) |
Add support for discrete axis values
Diffstat (limited to 'include/backend')
-rw-r--r-- | include/backend/wayland.h | 1 |
1 files changed, 1 insertions, 0 deletions
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; |