| Index: third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h
|
| diff --git a/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h b/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h
|
| index d122a7a09ebe9b300166194e85dc468c3cb45292..ff9a8c5e6bbe5d6b0590d9351245cee3609be68d 100644
|
| --- a/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h
|
| +++ b/third_party/wayland-protocols/include/protocol/remote-shell-unstable-v1-client-protocol.h
|
| @@ -184,6 +184,10 @@ enum zwp_remote_shell_v1_state_type {
|
| * pinned window state
|
| */
|
| ZWP_REMOTE_SHELL_V1_STATE_TYPE_PINNED = 5,
|
| + /**
|
| + * trusted pinned window state
|
| + */
|
| + ZWP_REMOTE_SHELL_V1_STATE_TYPE_TRUSTED_PINNED = 6,
|
| };
|
| #endif /* ZWP_REMOTE_SHELL_V1_STATE_TYPE_ENUM */
|
|
|
|
|