| 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 97fa2b0c9af59f4849a8ccf494a764f69c51a749..e442ce78dd7c1c6b0935b1b919fc86545a950564 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
|
| @@ -569,6 +569,16 @@ struct zwp_remote_surface_v1_interface {
|
| void (*set_rectangular_shadow_background_opacity)(struct wl_client *client,
|
| struct wl_resource *resource,
|
| wl_fixed_t opacity);
|
| + /**
|
| + * activate surface
|
| + *
|
| + * Make surface active.
|
| + *
|
| + * @since 10
|
| + */
|
| + void (*activate)(struct wl_client *client,
|
| + struct wl_resource *resource,
|
| + uint32_t serial);
|
| };
|
|
|
| #define ZWP_REMOTE_SURFACE_V1_SET_FULLSCREEN 0
|
|
|