#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_seat_interface;
extern const struct wl_interface wl_surface_interface;
extern const struct wl_interface zwp_tablet_pad_group_v2_interface;
extern const struct wl_interface zwp_tablet_pad_ring_v2_interface;
extern const struct wl_interface zwp_tablet_pad_strip_v2_interface;
extern const struct wl_interface zwp_tablet_pad_v2_interface;
extern const struct wl_interface zwp_tablet_seat_v2_interface;
extern const struct wl_interface zwp_tablet_tool_v2_interface;
extern const struct wl_interface zwp_tablet_v2_interface;
static const struct wl_interface *tablet_unstable_v2_types[] = …;
static const struct wl_message zwp_tablet_manager_v2_requests[] = …;
WL_PRIVATE const struct wl_interface zwp_tablet_manager_v2_interface = …;
static const struct wl_message zwp_tablet_seat_v2_requests[] = …;
static const struct wl_message zwp_tablet_seat_v2_events[] = …;
WL_PRIVATE const struct wl_interface zwp_tablet_seat_v2_interface = …;
static const struct wl_message zwp_tablet_tool_v2_requests[] = …;
static const struct wl_message zwp_tablet_tool_v2_events[] = …;
WL_PRIVATE const struct wl_interface zwp_tablet_tool_v2_interface = …;
static const struct wl_message zwp_tablet_v2_requests[] = …;
static const struct wl_message zwp_tablet_v2_events[] = …;
WL_PRIVATE const struct wl_interface zwp_tablet_v2_interface = …;
static const struct wl_message zwp_tablet_pad_ring_v2_requests[] = …;
static const struct wl_message zwp_tablet_pad_ring_v2_events[] = …;
WL_PRIVATE const struct wl_interface zwp_tablet_pad_ring_v2_interface = …;
static const struct wl_message zwp_tablet_pad_strip_v2_requests[] = …;
static const struct wl_message zwp_tablet_pad_strip_v2_events[] = …;
WL_PRIVATE const struct wl_interface zwp_tablet_pad_strip_v2_interface = …;
static const struct wl_message zwp_tablet_pad_group_v2_requests[] = …;
static const struct wl_message zwp_tablet_pad_group_v2_events[] = …;
WL_PRIVATE const struct wl_interface zwp_tablet_pad_group_v2_interface = …;
static const struct wl_message zwp_tablet_pad_v2_requests[] = …;
static const struct wl_message zwp_tablet_pad_v2_events[] = …;
WL_PRIVATE const struct wl_interface zwp_tablet_pad_v2_interface = …;