| 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 6aa75fac3cee005707ee5356c0f4aee7f296eb05..c0dc4a57372c3c2b9a879637f6107d140bcf5bad 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", "5uuiiiiiiiiif", types + 0 },
|
| - { "configure", "5u", types + 0 },
|
| + { "workspace", "6uuiiiiiiiiif", types + 0 },
|
| + { "configure", "6u", types + 0 },
|
| };
|
|
|
| WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = {
|
| - "zcr_remote_shell_v1", 5,
|
| + "zcr_remote_shell_v1", 6,
|
| 3, zcr_remote_shell_v1_requests,
|
| 4, zcr_remote_shell_v1_events,
|
| };
|
| @@ -96,19 +96,21 @@ static const struct wl_message zcr_remote_surface_v1_requests[] = {
|
| { "set_systemui_visibility", "3u", types + 0 },
|
| { "set_always_on_top", "4", types + 0 },
|
| { "unset_always_on_top", "4", types + 0 },
|
| - { "ack_configure", "5u", types + 0 },
|
| - { "move", "5", types + 0 },
|
| + { "set_icon_png_chunk", "5ua", types + 0 },
|
| + { "reset_icon_png", "5", types + 0 },
|
| + { "ack_configure", "6u", types + 0 },
|
| + { "move", "6", types + 0 },
|
| };
|
|
|
| static const struct wl_message zcr_remote_surface_v1_events[] = {
|
| { "close", "", types + 0 },
|
| { "state_type_changed", "u", types + 0 },
|
| - { "configure", "5iiau", types + 0 },
|
| + { "configure", "6iiau", types + 0 },
|
| };
|
|
|
| WL_EXPORT const struct wl_interface zcr_remote_surface_v1_interface = {
|
| - "zcr_remote_surface_v1", 5,
|
| - 24, zcr_remote_surface_v1_requests,
|
| + "zcr_remote_surface_v1", 6,
|
| + 26, zcr_remote_surface_v1_requests,
|
| 3, zcr_remote_surface_v1_events,
|
| };
|
|
|
|
|