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

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

Issue 2061763002: third_party: Update to version 5 of remote_shell_protocol. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase and add set_top_inset Created 4 years, 6 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 e1f4ad9d78aae3cdad2c58fc4355563b8e0f0214..b800395205ee7287f7e7cf15440e8665ad4b0009 100644
--- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
+++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
@@ -55,7 +55,7 @@ static const struct wl_message zwp_remote_shell_v1_events[] = {
};
WL_EXPORT const struct wl_interface zwp_remote_shell_v1_interface = {
- "zwp_remote_shell_v1", 3,
+ "zwp_remote_shell_v1", 5,
2, zwp_remote_shell_v1_requests,
2, zwp_remote_shell_v1_events,
};
@@ -72,7 +72,9 @@ static const struct wl_message zwp_remote_surface_v1_requests[] = {
{ "pin", "3", types + 0 },
{ "unpin", "3", types + 0 },
{ "unfullscreen", "3", types + 0 },
- { "set_rectangular_shadow", "iiii", types + 0 },
+ { "set_rectangular_shadow", "4iiii", types + 0 },
+ { "set_title", "5s", types + 0 },
+ { "set_top_inset", "5i", types + 0 },
};
static const struct wl_message zwp_remote_surface_v1_events[] = {
@@ -88,7 +90,8 @@ static const struct wl_message zwp_remote_surface_v1_events[] = {
};
WL_EXPORT const struct wl_interface zwp_remote_surface_v1_interface = {
- "zwp_remote_surface_v1", 3,
- 11, zwp_remote_surface_v1_requests,
+ "zwp_remote_surface_v1", 5,
+ 14, zwp_remote_surface_v1_requests,
9, zwp_remote_surface_v1_events,
};
+

Powered by Google App Engine
This is Rietveld 408576698