summaryrefslogtreecommitdiff
path: root/chromium/third_party/wayland-protocols/protocol/remote-shell-protocol.c
blob: 316ed59281f38fdc67223af3bbd18827a54cf30c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
/* 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 <stdlib.h>
#include <stdint.h>
#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,
};