summaryrefslogtreecommitdiffstats
path: root/chromium/third_party/wayland-protocols/protocol/xdg-shell-v6-protocol.c
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/wayland-protocols/protocol/xdg-shell-v6-protocol.c')
-rw-r--r--chromium/third_party/wayland-protocols/protocol/xdg-shell-v6-protocol.c162
1 files changed, 0 insertions, 162 deletions
diff --git a/chromium/third_party/wayland-protocols/protocol/xdg-shell-v6-protocol.c b/chromium/third_party/wayland-protocols/protocol/xdg-shell-v6-protocol.c
deleted file mode 100644
index ce44a5ee18d..00000000000
--- a/chromium/third_party/wayland-protocols/protocol/xdg-shell-v6-protocol.c
+++ /dev/null
@@ -1,162 +0,0 @@
-/* Generated by wayland-scanner 1.13.0 */
-
-/*
- * Copyright © 2008-2013 Kristian Høgsberg
- * Copyright © 2013 Rafael Antognolli
- * Copyright © 2013 Jasper St. Pierre
- * Copyright © 2010-2013 Intel Corporation
- *
- * 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 <stdlib.h>
-#include <stdint.h>
-#include "wayland-util.h"
-
-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 *types[] = {
- NULL,
- NULL,
- NULL,
- NULL,
- &zxdg_positioner_v6_interface,
- &zxdg_surface_v6_interface,
- &wl_surface_interface,
- &zxdg_toplevel_v6_interface,
- &zxdg_popup_v6_interface,
- &zxdg_surface_v6_interface,
- &zxdg_positioner_v6_interface,
- &zxdg_toplevel_v6_interface,
- &wl_seat_interface,
- NULL,
- NULL,
- NULL,
- &wl_seat_interface,
- NULL,
- &wl_seat_interface,
- NULL,
- NULL,
- &wl_output_interface,
- &wl_seat_interface,
- NULL,
-};
-
-static const struct wl_message zxdg_shell_v6_requests[] = {
- { "destroy", "", types + 0 },
- { "create_positioner", "n", types + 4 },
- { "get_xdg_surface", "no", types + 5 },
- { "pong", "u", types + 0 },
-};
-
-static const struct wl_message zxdg_shell_v6_events[] = {
- { "ping", "u", types + 0 },
-};
-
-WL_EXPORT const struct wl_interface zxdg_shell_v6_interface = {
- "zxdg_shell_v6", 1,
- 4, zxdg_shell_v6_requests,
- 1, zxdg_shell_v6_events,
-};
-
-static const struct wl_message zxdg_positioner_v6_requests[] = {
- { "destroy", "", types + 0 },
- { "set_size", "ii", types + 0 },
- { "set_anchor_rect", "iiii", types + 0 },
- { "set_anchor", "u", types + 0 },
- { "set_gravity", "u", types + 0 },
- { "set_constraint_adjustment", "u", types + 0 },
- { "set_offset", "ii", types + 0 },
-};
-
-WL_EXPORT const struct wl_interface zxdg_positioner_v6_interface = {
- "zxdg_positioner_v6", 1,
- 7, zxdg_positioner_v6_requests,
- 0, NULL,
-};
-
-static const struct wl_message zxdg_surface_v6_requests[] = {
- { "destroy", "", types + 0 },
- { "get_toplevel", "n", types + 7 },
- { "get_popup", "noo", types + 8 },
- { "set_window_geometry", "iiii", types + 0 },
- { "ack_configure", "u", types + 0 },
-};
-
-static const struct wl_message zxdg_surface_v6_events[] = {
- { "configure", "u", types + 0 },
-};
-
-WL_EXPORT const struct wl_interface zxdg_surface_v6_interface = {
- "zxdg_surface_v6", 1,
- 5, zxdg_surface_v6_requests,
- 1, zxdg_surface_v6_events,
-};
-
-static const struct wl_message zxdg_toplevel_v6_requests[] = {
- { "destroy", "", types + 0 },
- { "set_parent", "?o", types + 11 },
- { "set_title", "s", types + 0 },
- { "set_app_id", "s", types + 0 },
- { "show_window_menu", "ouii", types + 12 },
- { "move", "ou", types + 16 },
- { "resize", "ouu", types + 18 },
- { "set_max_size", "ii", types + 0 },
- { "set_min_size", "ii", types + 0 },
- { "set_maximized", "", types + 0 },
- { "unset_maximized", "", types + 0 },
- { "set_fullscreen", "?o", types + 21 },
- { "unset_fullscreen", "", types + 0 },
- { "set_minimized", "", types + 0 },
-};
-
-static const struct wl_message zxdg_toplevel_v6_events[] = {
- { "configure", "iia", types + 0 },
- { "close", "", types + 0 },
-};
-
-WL_EXPORT const struct wl_interface zxdg_toplevel_v6_interface = {
- "zxdg_toplevel_v6", 1,
- 14, zxdg_toplevel_v6_requests,
- 2, zxdg_toplevel_v6_events,
-};
-
-static const struct wl_message zxdg_popup_v6_requests[] = {
- { "destroy", "", types + 0 },
- { "grab", "ou", types + 22 },
-};
-
-static const struct wl_message zxdg_popup_v6_events[] = {
- { "configure", "iiii", types + 0 },
- { "popup_done", "", types + 0 },
-};
-
-WL_EXPORT const struct wl_interface zxdg_popup_v6_interface = {
- "zxdg_popup_v6", 1,
- 2, zxdg_popup_v6_requests,
- 2, zxdg_popup_v6_events,
-};
-