| 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 09c60c843b66e15ba2869a65d77425eef59ec1e0..07780f1ca399f78f28b3bbbd4a06d833e81089bb 100644
|
| --- a/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| +++ b/third_party/wayland-protocols/protocol/remote-shell-protocol.c
|
| @@ -65,7 +65,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", 11,
|
| + "zwp_remote_shell_v1", 12,
|
| 3, zwp_remote_shell_v1_requests,
|
| 4, zwp_remote_shell_v1_events,
|
| };
|
| @@ -90,6 +90,8 @@ static const struct wl_message zwp_remote_surface_v1_requests[] = {
|
| { "set_rectangular_shadow_background_opacity", "9f", types + 0 },
|
| { "activate", "10u", types + 0 },
|
| { "pin_with_trusted_flag", "11i", types + 0 },
|
| + { "drag", "12", types + 0 },
|
| + { "drop", "12u", types + 0 },
|
| };
|
|
|
| static const struct wl_message zwp_remote_surface_v1_events[] = {
|
| @@ -106,8 +108,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", 11,
|
| - 19, zwp_remote_surface_v1_requests,
|
| + "zwp_remote_surface_v1", 12,
|
| + 21, zwp_remote_surface_v1_requests,
|
| 10, zwp_remote_surface_v1_events,
|
| };
|
|
|
|
|