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

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

Issue 2779823002: exo: Send DSF of internal display to ARC (Closed)
Patch Set: Document is_internal Created 3 years, 7 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 6aa75fac3cee005707ee5356c0f4aee7f296eb05..316ed59281f38fdc67223af3bbd18827a54cf30c 100644
--- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
+++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
@@ -44,6 +44,7 @@ static const struct wl_interface *types[] = {
NULL,
NULL,
NULL,
+ NULL,
&zcr_remote_surface_v1_interface,
&wl_surface_interface,
NULL,
@@ -56,14 +57,14 @@ static const struct wl_interface *types[] = {
static const struct wl_message zcr_remote_shell_v1_requests[] = {
{ "destroy", "", types + 0 },
- { "get_remote_surface", "nou", types + 12 },
- { "get_notification_surface", "nos", types + 15 },
+ { "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 + 18 },
+ { "activated", "?o?o", types + 19 },
{ "configuration_changed", "iiifiiiiu", types + 0 },
- { "workspace", "5uuiiiiiiiiif", types + 0 },
+ { "workspace", "5uuiiiiiiiiifu", types + 0 },
{ "configure", "5u", types + 0 },
};

Powered by Google App Engine
This is Rietveld 408576698