| 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 130a0ed5b74658074611c7744ba0cea134e30709..d66e1b4e16691021541a4cb7d7232b63b4c81c8c 100644
|
| --- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| +++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| @@ -63,12 +63,12 @@ static const struct wl_message zcr_remote_shell_v1_requests[] = {
|
| static const struct wl_message zcr_remote_shell_v1_events[] = {
|
| { "activated", "?o?o", types + 18 },
|
| { "configuration_changed", "iiifiiiiu", types + 0 },
|
| - { "workspace", "3uuiiiiiiiiif", types + 0 },
|
| - { "configure", "3u", types + 0 },
|
| + { "workspace", "4uuiiiiiiiiif", types + 0 },
|
| + { "configure", "4u", types + 0 },
|
| };
|
|
|
| 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,
|
| 4, zcr_remote_shell_v1_events,
|
| };
|
| @@ -93,19 +93,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,
|
| };
|
|
|
|
|