| 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 442124cb45aae748e7ca8d14755619464cedcb51..33fdac2b238d5f5d5df5b13d8c488e7913f74e9c 100644
|
| --- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| +++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| @@ -61,7 +61,7 @@ static const struct wl_message zwp_remote_shell_v1_events[] = {
|
| };
|
|
|
| WL_EXPORT const struct wl_interface zwp_remote_shell_v1_interface = {
|
| - "zwp_remote_shell_v1", 8,
|
| + "zwp_remote_shell_v1", 9,
|
| 3, zwp_remote_shell_v1_requests,
|
| 3, zwp_remote_shell_v1_events,
|
| };
|
| @@ -83,6 +83,7 @@ static const struct wl_message zwp_remote_surface_v1_requests[] = {
|
| { "set_top_inset", "5i", types + 0 },
|
| { "set_system_modal", "8", types + 0 },
|
| { "unset_system_modal", "8", types + 0 },
|
| + { "activate", "9", types + 0 },
|
| };
|
|
|
| static const struct wl_message zwp_remote_surface_v1_events[] = {
|
| @@ -99,8 +100,8 @@ static const struct wl_message zwp_remote_surface_v1_events[] = {
|
| };
|
|
|
| WL_EXPORT const struct wl_interface zwp_remote_surface_v1_interface = {
|
| - "zwp_remote_surface_v1", 8,
|
| - 16, zwp_remote_surface_v1_requests,
|
| + "zwp_remote_surface_v1", 9,
|
| + 17, zwp_remote_surface_v1_requests,
|
| 10, zwp_remote_surface_v1_events,
|
| };
|
|
|
|
|