| 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..316ed59281f38fdc67223af3bbd18827a54cf30c 100644
|
| --- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| +++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| @@ -32,6 +32,7 @@ extern const struct wl_interface zcr_notification_surface_v1_interface;
|
| extern const struct wl_interface zcr_remote_surface_v1_interface;
|
|
|
| static const struct wl_interface *types[] = {
|
| + NULL,
|
| NULL,
|
| NULL,
|
| NULL,
|
| @@ -56,14 +57,14 @@ static const struct wl_interface *types[] = {
|
|
|
| static const struct wl_message zcr_remote_shell_v1_requests[] = {
|
| { "destroy", "", types + 0 },
|
| - { "get_remote_surface", "nou", types + 12 },
|
| - { "get_notification_surface", "nos", types + 15 },
|
| + { "get_remote_surface", "nou", types + 13 },
|
| + { "get_notification_surface", "nos", types + 16 },
|
| };
|
|
|
| static const struct wl_message zcr_remote_shell_v1_events[] = {
|
| - { "activated", "?o?o", types + 18 },
|
| + { "activated", "?o?o", types + 19 },
|
| { "configuration_changed", "iiifiiiiu", types + 0 },
|
| - { "workspace", "5uuiiiiiiiiif", types + 0 },
|
| + { "workspace", "5uuiiiiiiiiifu", types + 0 },
|
| { "configure", "5u", types + 0 },
|
| };
|
|
|
|
|