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

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: Created 4 years, 2 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 27b9f06cfde784fd8c6fc6de4f49c298c8e13ee8..b280a0a8d8654f38b538fdc3f3d29ff2dcd1076c 100644
--- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
+++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
@@ -60,12 +60,14 @@ static const struct wl_message zcr_remote_shell_v1_requests[] = {
static const struct wl_message zcr_remote_shell_v1_events[] = {
{ "activated", "?o?o", types + 15 },
{ "configuration_changed", "iiifiiiiu", types + 0 },
+ { "workspace", "uiiiiiiii", types + 0 },
+ { "configure", "iiifu", types + 0 },
};
WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = {
- "zcr_remote_shell_v1", 2,
+ "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