aboutsummaryrefslogtreecommitdiff
path: root/include/rootston/cursor.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/rootston/cursor.h')
-rw-r--r--include/rootston/cursor.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/rootston/cursor.h b/include/rootston/cursor.h
index d1db6856..0d6b6014 100644
--- a/include/rootston/cursor.h
+++ b/include/rootston/cursor.h
@@ -39,6 +39,12 @@ struct roots_cursor {
struct wl_listener button;
struct wl_listener axis;
struct wl_listener frame;
+ struct wl_listener swipe_begin;
+ struct wl_listener swipe_update;
+ struct wl_listener swipe_end;
+ struct wl_listener pinch_begin;
+ struct wl_listener pinch_update;
+ struct wl_listener pinch_end;
struct wl_listener touch_down;
struct wl_listener touch_up;