Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Unified Diff: third_party/wayland-protocols/protocol/remote-shell-protocol.c

Issue 2448413002: third_party: Revise version 3 of remote shell protocol (Closed)
Patch Set: Squash versions 3 and 4 Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/wayland-protocols/protocol/remote-shell-protocol.c
diff --git a/third_party/wayland-protocols/protocol/remote-shell-protocol.c b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
index d65cb907e3f6e9e35af1798395798d9a4aabfece..c06e76fc6b3b908c54a576284a8ac8e08eb581ca 100644
--- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
+++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
@@ -41,6 +41,7 @@ static const struct wl_interface *types[] = {
NULL,
NULL,
NULL,
+ NULL,
&zcr_remote_surface_v1_interface,
&wl_surface_interface,
NULL,
@@ -53,19 +54,21 @@ static const struct wl_interface *types[] = {
static const struct wl_message zcr_remote_shell_v1_requests[] = {
{ "destroy", "", types + 0 },
- { "get_remote_surface", "nou", types + 9 },
- { "get_notification_surface", "nos", types + 12 },
+ { "get_remote_surface", "nou", types + 10 },
+ { "get_notification_surface", "nos", types + 13 },
};
static const struct wl_message zcr_remote_shell_v1_events[] = {
- { "activated", "?o?o", types + 15 },
+ { "activated", "?o?o", types + 16 },
{ "configuration_changed", "iiifiiiiu", types + 0 },
+ { "workspace", "uuiiiiiiii", types + 0 },
+ { "configure", "uuifu", types + 0 },
};
WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = {
"zcr_remote_shell_v1", 3,
3, zcr_remote_shell_v1_requests,
- 2, zcr_remote_shell_v1_events,
+ 4, zcr_remote_shell_v1_events,
};
static const struct wl_message zcr_remote_surface_v1_requests[] = {

Powered by Google App Engine
This is Rietveld 408576698