/* Generated by wayland-scanner 1.12.90 */ /* * Copyright 2016 The Chromium Authors. * * 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 #include #include "wayland-util.h" extern const struct wl_interface wl_surface_interface; extern const struct wl_interface zcr_notification_surface_v1_interface; extern const struct wl_interface zcr_remote_surface_v1_interface; static const struct wl_interface *types[] = { NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, &zcr_remote_surface_v1_interface, &wl_surface_interface, NULL, &zcr_notification_surface_v1_interface, &wl_surface_interface, NULL, &wl_surface_interface, &wl_surface_interface, }; static const struct wl_message zcr_remote_shell_v1_requests[] = { { "destroy", "", types + 0 }, { "get_remote_surface", "nou", types + 13 }, { "get_notification_surface", "nos", types + 16 }, }; static const struct wl_message zcr_remote_shell_v1_events[] = { { "activated", "?o?o", types + 19 }, { "configuration_changed", "iiifiiiiu", types + 0 }, { "workspace", "5uuiiiiiiiiifu", types + 0 }, { "configure", "5u", types + 0 }, }; WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = { "zcr_remote_shell_v1", 5, 3, zcr_remote_shell_v1_requests, 4, zcr_remote_shell_v1_events, }; static const struct wl_message zcr_remote_surface_v1_requests[] = { { "destroy", "", types + 0 }, { "set_app_id", "s", types + 0 }, { "set_window_geometry", "iiii", types + 0 }, { "set_scale", "f", types + 0 }, { "set_rectangular_shadow", "iiii", types + 0 }, { "set_rectangular_shadow_background_opacity", "f", types + 0 }, { "set_title", "s", types + 0 }, { "set_top_inset", "i", types + 0 }, { "activate", "u", types + 0 }, { "maximize", "", types + 0 }, { "minimize", "", types + 0 }, { "restore", "", types + 0 }, { "fullscreen", "", types + 0 }, { "unfullscreen", "", types + 0 }, { "pin", "i", types + 0 }, { "unpin", "", types + 0 }, { "set_system_modal", "", types + 0 }, { "unset_system_modal", "", types + 0 }, { "set_rectangular_surface_shadow", "2iiii", types + 0 }, { "set_systemui_visibility", "3u", types + 0 }, { "set_always_on_top", "4", types + 0 }, { "unset_always_on_top", "4", types + 0 }, { "ack_configure", "5u", types + 0 }, { "move", "5", types + 0 }, }; static const struct wl_message zcr_remote_surface_v1_events[] = { { "close", "", types + 0 }, { "state_type_changed", "u", types + 0 }, { "configure", "5iiau", types + 0 }, }; WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = { "zcr_remote_surface_v1", 5, 24, zcr_remote_surface_v1_requests, 3, zcr_remote_surface_v1_events, }; static const struct wl_message zcr_notification_surface_v1_requests[] = { { "destroy", "", types + 0 }, }; WL_EXPORT const struct wl_interface zcr_notification_surface_v1_interface = { "zcr_notification_surface_v1", 1, 1, zcr_notification_surface_v1_requests, 0, NULL, };