diff options
author | Drew DeVault <sir@cmpwn.com> | 2018-05-12 09:29:42 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-12 09:29:42 -0400 |
commit | 50922cfe0f1ca71295d331b39d695a62a60650af (patch) | |
tree | db00d6d45676489085e7ebace68415be5c0ab50b /include/backend | |
parent | 84609d347a6c943096335ac5c96af133c782e179 (diff) | |
parent | db84379242cea0283d4031be90dd80a34dd5d2df (diff) |
Merge pull request #970 from emersion/pointer-axis-discrete
Add support for discrete axis values and axis source
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; |