| 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 27b9f06cfde784fd8c6fc6de4f49c298c8e13ee8..adb983dadbf2a32f62c8d6a7466141ca11320075 100644
|
| --- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| +++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| @@ -63,7 +63,7 @@ static const struct wl_message zcr_remote_shell_v1_events[] = {
|
| };
|
|
|
| WL_EXPORT const struct wl_interface zcr_remote_shell_v1_interface = {
|
| - "zcr_remote_shell_v1", 2,
|
| + "zcr_remote_shell_v1", 3,
|
| 3, zcr_remote_shell_v1_requests,
|
| 2, zcr_remote_shell_v1_events,
|
| };
|
| @@ -89,6 +89,7 @@ static const struct wl_message zcr_remote_surface_v1_requests[] = {
|
| { "unset_system_modal", "", types + 0 },
|
| { "set_moving", "2", types + 0 },
|
| { "unset_moving", "2", types + 0 },
|
| + { "set_rectangular_surface_shadow", "3iiii", types + 0 },
|
| };
|
|
|
| static const struct wl_message zcr_remote_surface_v1_events[] = {
|
| @@ -97,8 +98,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", 2,
|
| - 20, zcr_remote_surface_v1_requests,
|
| + "zcr_remote_surface_v1", 3,
|
| + 21, zcr_remote_surface_v1_requests,
|
| 2, zcr_remote_surface_v1_events,
|
| };
|
|
|
|
|