summaryrefslogtreecommitdiff
path: root/src/wayland/meta-wayland-pointer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland/meta-wayland-pointer.h')
-rw-r--r--src/wayland/meta-wayland-pointer.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/wayland/meta-wayland-pointer.h b/src/wayland/meta-wayland-pointer.h
index 68bbbc572..744d9e480 100644
--- a/src/wayland/meta-wayland-pointer.h
+++ b/src/wayland/meta-wayland-pointer.h
@@ -25,6 +25,7 @@
#include <glib.h>
#include "meta-wayland-types.h"
+#include "meta-wayland-pointer-gesture-swipe.h"
#include <meta/meta-cursor-tracker.h>
@@ -47,6 +48,7 @@ struct _MetaWaylandPointerGrab
struct _MetaWaylandPointerClient
{
struct wl_list pointer_resources;
+ struct wl_list swipe_gesture_resources;
};
struct _MetaWaylandPointer