diff options
Diffstat (limited to 'include/backend/wayland.h')
-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 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; }; |