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

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

Issue 2109763002: third_party: Update to version 7 of remote_shell_protocol (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 a2267f169cdefea930f644895758c027ded3f88a..f3a6ad9e9dcc20e41f709f57a4ac7427a5ddfa50 100644
--- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
+++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
@@ -60,7 +60,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", 6,
+ "zwp_remote_shell_v1", 7,
3, zwp_remote_shell_v1_requests,
2, zwp_remote_shell_v1_events,
};
@@ -92,12 +92,13 @@ static const struct wl_message zwp_remote_surface_v1_events[] = {
{ "unset_minimized", "2", types + 0 },
{ "set_pinned", "3", types + 0 },
{ "unset_pinned", "3", types + 0 },
+ { "state_type_changed", "7u", types + 0 },
};
WL_EXPORT const struct wl_interface zwp_remote_surface_v1_interface = {
- "zwp_remote_surface_v1", 6,
+ "zwp_remote_surface_v1", 7,
14, zwp_remote_surface_v1_requests,
- 9, zwp_remote_surface_v1_events,
+ 10, zwp_remote_surface_v1_events,
};
static const struct wl_message zwp_notification_surface_v1_requests[] = {

Powered by Google App Engine
This is Rietveld 408576698