| 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 de17d5e6747dd2d8f95f3ff21fa3d1a90216e15c..736df9eeb6523493e61f8fc87a3310e59fbb7508 100644
|
| --- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| +++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| @@ -93,8 +93,9 @@ 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_autohide_systemui", "3u", types + 0 },
|
| + { "ack_configure", "4u", types + 0 },
|
| + { "move", "4", types + 0 },
|
| };
|
|
|
| static const struct wl_message zcr_remote_surface_v1_events[] = {
|
| @@ -104,8 +105,8 @@ static const struct wl_message zcr_remote_surface_v1_events[] = {
|
| };
|
|
|
| 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,
|
| };
|
|
|
|
|