chromium/out/Default/gen/third_party/wayland/src/protocol/wayland-protocol.c

/* Generated by wayland-scanner 1.23.0 */

/*
 * Copyright © 2008-2011 Kristian Høgsberg
 * Copyright © 2010-2011 Intel Corporation
 * Copyright © 2012-2013 Collabora, Ltd.
 *
 * Permission is hereby granted, free of charge, to any person
 * obtaining a copy of this software and associated documentation files
 * (the "Software"), to deal in the Software without restriction,
 * including without limitation the rights to use, copy, modify, merge,
 * publish, distribute, sublicense, and/or sell copies of the Software,
 * and to permit persons to whom the Software is furnished to do so,
 * subject to the following conditions:
 *
 * The above copyright notice and this permission notice (including the
 * next paragraph) shall be included in all copies or substantial
 * portions of the Software.
 *
 * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
 * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT.  IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS
 * BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
 * ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 * SOFTWARE.
 */

#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_buffer_interface;
extern const struct wl_interface wl_callback_interface;
extern const struct wl_interface wl_data_device_interface;
extern const struct wl_interface wl_data_offer_interface;
extern const struct wl_interface wl_data_source_interface;
extern const struct wl_interface wl_keyboard_interface;
extern const struct wl_interface wl_output_interface;
extern const struct wl_interface wl_pointer_interface;
extern const struct wl_interface wl_region_interface;
extern const struct wl_interface wl_registry_interface;
extern const struct wl_interface wl_seat_interface;
extern const struct wl_interface wl_shell_surface_interface;
extern const struct wl_interface wl_shm_pool_interface;
extern const struct wl_interface wl_subsurface_interface;
extern const struct wl_interface wl_surface_interface;
extern const struct wl_interface wl_touch_interface;

static const struct wl_interface *wayland_types[] =;

static const struct wl_message wl_display_requests[] =;

static const struct wl_message wl_display_events[] =;

WL_PRIVATE const struct wl_interface wl_display_interface =;

static const struct wl_message wl_registry_requests[] =;

static const struct wl_message wl_registry_events[] =;

WL_PRIVATE const struct wl_interface wl_registry_interface =;

static const struct wl_message wl_callback_events[] =;

WL_PRIVATE const struct wl_interface wl_callback_interface =;

static const struct wl_message wl_compositor_requests[] =;

WL_PRIVATE const struct wl_interface wl_compositor_interface =;

static const struct wl_message wl_shm_pool_requests[] =;

WL_PRIVATE const struct wl_interface wl_shm_pool_interface =;

static const struct wl_message wl_shm_requests[] =;

static const struct wl_message wl_shm_events[] =;

WL_PRIVATE const struct wl_interface wl_shm_interface =;

static const struct wl_message wl_buffer_requests[] =;

static const struct wl_message wl_buffer_events[] =;

WL_PRIVATE const struct wl_interface wl_buffer_interface =;

static const struct wl_message wl_data_offer_requests[] =;

static const struct wl_message wl_data_offer_events[] =;

WL_PRIVATE const struct wl_interface wl_data_offer_interface =;

static const struct wl_message wl_data_source_requests[] =;

static const struct wl_message wl_data_source_events[] =;

WL_PRIVATE const struct wl_interface wl_data_source_interface =;

static const struct wl_message wl_data_device_requests[] =;

static const struct wl_message wl_data_device_events[] =;

WL_PRIVATE const struct wl_interface wl_data_device_interface =;

static const struct wl_message wl_data_device_manager_requests[] =;

WL_PRIVATE const struct wl_interface wl_data_device_manager_interface =;

static const struct wl_message wl_shell_requests[] =;

WL_PRIVATE const struct wl_interface wl_shell_interface =;

static const struct wl_message wl_shell_surface_requests[] =;

static const struct wl_message wl_shell_surface_events[] =;

WL_PRIVATE const struct wl_interface wl_shell_surface_interface =;

static const struct wl_message wl_surface_requests[] =;

static const struct wl_message wl_surface_events[] =;

WL_PRIVATE const struct wl_interface wl_surface_interface =;

static const struct wl_message wl_seat_requests[] =;

static const struct wl_message wl_seat_events[] =;

WL_PRIVATE const struct wl_interface wl_seat_interface =;

static const struct wl_message wl_pointer_requests[] =;

static const struct wl_message wl_pointer_events[] =;

WL_PRIVATE const struct wl_interface wl_pointer_interface =;

static const struct wl_message wl_keyboard_requests[] =;

static const struct wl_message wl_keyboard_events[] =;

WL_PRIVATE const struct wl_interface wl_keyboard_interface =;

static const struct wl_message wl_touch_requests[] =;

static const struct wl_message wl_touch_events[] =;

WL_PRIVATE const struct wl_interface wl_touch_interface =;

static const struct wl_message wl_output_requests[] =;

static const struct wl_message wl_output_events[] =;

WL_PRIVATE const struct wl_interface wl_output_interface =;

static const struct wl_message wl_region_requests[] =;

WL_PRIVATE const struct wl_interface wl_region_interface =;

static const struct wl_message wl_subcompositor_requests[] =;

WL_PRIVATE const struct wl_interface wl_subcompositor_interface =;

static const struct wl_message wl_subsurface_requests[] =;

WL_PRIVATE const struct wl_interface wl_subsurface_interface =;