#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_output_interface;
extern const struct wl_interface wl_seat_interface;
extern const struct wl_interface wl_surface_interface;
extern const struct wl_interface zxdg_popup_v6_interface;
extern const struct wl_interface zxdg_positioner_v6_interface;
extern const struct wl_interface zxdg_surface_v6_interface;
extern const struct wl_interface zxdg_toplevel_v6_interface;
static const struct wl_interface *xdg_shell_unstable_v6_types[] = …;
static const struct wl_message zxdg_shell_v6_requests[] = …;
static const struct wl_message zxdg_shell_v6_events[] = …;
WL_PRIVATE const struct wl_interface zxdg_shell_v6_interface = …;
static const struct wl_message zxdg_positioner_v6_requests[] = …;
WL_PRIVATE const struct wl_interface zxdg_positioner_v6_interface = …;
static const struct wl_message zxdg_surface_v6_requests[] = …;
static const struct wl_message zxdg_surface_v6_events[] = …;
WL_PRIVATE const struct wl_interface zxdg_surface_v6_interface = …;
static const struct wl_message zxdg_toplevel_v6_requests[] = …;
static const struct wl_message zxdg_toplevel_v6_events[] = …;
WL_PRIVATE const struct wl_interface zxdg_toplevel_v6_interface = …;
static const struct wl_message zxdg_popup_v6_requests[] = …;
static const struct wl_message zxdg_popup_v6_events[] = …;
WL_PRIVATE const struct wl_interface zxdg_popup_v6_interface = …;