#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_surface_interface;
extern const struct wl_interface zcr_color_management_output_v1_interface;
extern const struct wl_interface zcr_color_management_surface_v1_interface;
extern const struct wl_interface zcr_color_space_creator_v1_interface;
extern const struct wl_interface zcr_color_space_v1_interface;
static const struct wl_interface *chrome_color_management_types[] = …;
static const struct wl_message zcr_color_manager_v1_requests[] = …;
WL_PRIVATE const struct wl_interface zcr_color_manager_v1_interface = …;
static const struct wl_message zcr_color_management_output_v1_requests[] = …;
static const struct wl_message zcr_color_management_output_v1_events[] = …;
WL_PRIVATE const struct wl_interface zcr_color_management_output_v1_interface = …;
static const struct wl_message zcr_color_management_surface_v1_requests[] = …;
static const struct wl_message zcr_color_management_surface_v1_events[] = …;
WL_PRIVATE const struct wl_interface zcr_color_management_surface_v1_interface = …;
static const struct wl_message zcr_color_space_creator_v1_events[] = …;
WL_PRIVATE const struct wl_interface zcr_color_space_creator_v1_interface = …;
static const struct wl_message zcr_color_space_v1_requests[] = …;
static const struct wl_message zcr_color_space_v1_events[] = …;
WL_PRIVATE const struct wl_interface zcr_color_space_v1_interface = …;