diff options
Diffstat (limited to 'sway/input/cursor.c')
-rw-r--r-- | sway/input/cursor.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sway/input/cursor.c b/sway/input/cursor.c index 5c883924..184f9a00 100644 --- a/sway/input/cursor.c +++ b/sway/input/cursor.c @@ -8,7 +8,11 @@ #include <wlr/types/wlr_box.h> #include <wlr/types/wlr_cursor.h> #include <wlr/types/wlr_idle.h> +#include <wlr/types/wlr_pointer.h> +#include <wlr/types/wlr_touch.h> #include <wlr/types/wlr_tablet_v2.h> +#include <wlr/types/wlr_tablet_pad.h> +#include <wlr/types/wlr_tablet_tool.h> #include <wlr/types/wlr_xcursor_manager.h> #include <wlr/util/region.h> #include "config.h" |