#include <stdbool.h>
#include <stdlib.h>
#include <stdint.h>
#include "wayland-util.h"
#ifndef __has_attribute
#define __has_attribute …
#endif
#if (__has_attribute(visibility) || defined(__GNUC__) && __GNUC__ >= 4)
#define WL_PRIVATE …
#else
#define WL_PRIVATE
#endif
extern const struct wl_interface wl_pointer_interface;
extern const struct wl_interface wl_surface_interface;
extern const struct wl_interface zwp_pointer_gesture_hold_v1_interface;
extern const struct wl_interface zwp_pointer_gesture_pinch_v1_interface;
extern const struct wl_interface zwp_pointer_gesture_swipe_v1_interface;
static const struct wl_interface *pointer_gestures_unstable_v1_types[] = …;
static const struct wl_message zwp_pointer_gestures_v1_requests[] = …;
WL_PRIVATE const struct wl_interface zwp_pointer_gestures_v1_interface = …;
static const struct wl_message zwp_pointer_gesture_swipe_v1_requests[] = …;
static const struct wl_message zwp_pointer_gesture_swipe_v1_events[] = …;
WL_PRIVATE const struct wl_interface zwp_pointer_gesture_swipe_v1_interface = …;
static const struct wl_message zwp_pointer_gesture_pinch_v1_requests[] = …;
static const struct wl_message zwp_pointer_gesture_pinch_v1_events[] = …;
WL_PRIVATE const struct wl_interface zwp_pointer_gesture_pinch_v1_interface = …;
static const struct wl_message zwp_pointer_gesture_hold_v1_requests[] = …;
static const struct wl_message zwp_pointer_gesture_hold_v1_events[] = …;
WL_PRIVATE const struct wl_interface zwp_pointer_gesture_hold_v1_interface = …;