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

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

Issue 2785283003: Add set_autohide_systemui to wayland 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 d65cb907e3f6e9e35af1798395798d9a4aabfece..7c89e12859e03f8b614139e7b22dc27a72ad4f26 100644
--- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
+++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
@@ -1,4 +1,4 @@
-/* Generated by wayland-scanner 1.11.0 */
+/* Generated by wayland-scanner 1.12.90 */
/*
* Copyright 2016 The Chromium Authors.
@@ -63,7 +63,7 @@ static const struct wl_message zcr_remote_shell_v1_events[] = {
};
WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = {
- "zcr_remote_shell_v1", 3,
+ "zcr_remote_shell_v1", 4,
3, zcr_remote_shell_v1_requests,
2, zcr_remote_shell_v1_events,
};
@@ -88,19 +88,20 @@ static const struct wl_message zcr_remote_surface_v1_requests[] = {
{ "set_system_modal", "", types + 0 },
{ "unset_system_modal", "", types + 0 },
{ "set_rectangular_surface_shadow", "2iiii", types + 0 },
- { "ack_configure", "3u", types + 0 },
- { "move", "3", types + 0 },
+ { "set_systemui_visibility", "3u", types + 0 },
+ { "ack_configure", "4u", types + 0 },
+ { "move", "4", types + 0 },
};
static const struct wl_message zcr_remote_surface_v1_events[] = {
{ "close", "", types + 0 },
{ "state_type_changed", "u", types + 0 },
- { "configure", "3iiau", types + 0 },
+ { "configure", "4iiau", types + 0 },
};
WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = {
- "zcr_remote_surface_v1", 3,
- 21, zcr_remote_surface_v1_requests,
+ "zcr_remote_surface_v1", 4,
+ 22, zcr_remote_surface_v1_requests,
3, zcr_remote_surface_v1_events,
};

Powered by Google App Engine
This is Rietveld 408576698