| Index: third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-server-protocol.h
|
| diff --git a/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-server-protocol.h b/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-server-protocol.h
|
| index eb574708ca0b6e43b460353cf5b12b5ea3de4ed6..9e56890cb0fd1afac561dcd9afcd567e3f268093 100644
|
| --- a/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-server-protocol.h
|
| +++ b/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-server-protocol.h
|
| @@ -543,6 +543,14 @@ struct zwp_remote_surface_v1_interface {
|
| */
|
| void (*unset_system_modal)(struct wl_client *client,
|
| struct wl_resource *resource);
|
| + /**
|
| + * activate surface
|
| + *
|
| + * Make surface active.
|
| + *
|
| + * @since 9
|
| + */
|
| + void (*activate)(struct wl_client *client, struct wl_resource *resource);
|
| };
|
|
|
| #define ZWP_REMOTE_SURFACE_V1_SET_FULLSCREEN 0
|
|
|