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

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

Issue 2751653009: exo: Clean up display configuration protocol (Closed)
Patch Set: 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 c06e76fc6b3b908c54a576284a8ac8e08eb581ca..de17d5e6747dd2d8f95f3ff21fa3d1a90216e15c 100644
--- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
+++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
@@ -42,6 +42,8 @@ static const struct wl_interface *types[] = {
NULL,
NULL,
NULL,
+ NULL,
+ NULL,
&zcr_remote_surface_v1_interface,
&wl_surface_interface,
NULL,
@@ -54,15 +56,15 @@ static const struct wl_interface *types[] = {
static const struct wl_message zcr_remote_shell_v1_requests[] = {
{ "destroy", "", types + 0 },
- { "get_remote_surface", "nou", types + 10 },
- { "get_notification_surface", "nos", types + 13 },
+ { "get_remote_surface", "nou", types + 12 },
+ { "get_notification_surface", "nos", types + 15 },
};
static const struct wl_message zcr_remote_shell_v1_events[] = {
- { "activated", "?o?o", types + 16 },
+ { "activated", "?o?o", types + 18 },
{ "configuration_changed", "iiifiiiiu", types + 0 },
- { "workspace", "uuiiiiiiii", types + 0 },
- { "configure", "uuifu", types + 0 },
+ { "workspace", "uuiiiiiiiiif", types + 0 },
+ { "configure", "u", types + 0 },
};
WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = {

Powered by Google App Engine
This is Rietveld 408576698