Chromium Code Reviews| Index: third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml |
| diff --git a/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml b/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml |
| index ed7226331846994f51b7ca285c98c08f597d28e9..a5a8dfdd90a8d6288e4dc1b89cdacb90908374d1 100644 |
| --- a/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml |
| +++ b/third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml |
| @@ -38,7 +38,7 @@ |
| reset. |
| </description> |
| - <interface name="zwp_remote_shell_v1" version="10"> |
| + <interface name="zwp_remote_shell_v1" version="11"> |
| <description summary="remote_shell"> |
| The global interface that allows clients to turn a wl_surface into a |
| "real window" which is remotely managed but can be stacked, activated |
| @@ -63,6 +63,7 @@ |
| <entry name="maximized" value="3" summary="maximized window state"/> |
| <entry name="fullscreen" value="4" summary="fullscreen window state"/> |
| <entry name="pinned" value="5" summary="pinned window state"/> |
| + <entry name="trusted_pinned" value="6" summary="trusted pinned window state"/> |
| </enum> |
| <enum name="error"> |
| @@ -167,7 +168,7 @@ |
| </event> |
| </interface> |
| - <interface name="zwp_remote_surface_v1" version="10"> |
| + <interface name="zwp_remote_surface_v1" version="11"> |
| <description summary="A desktop window"> |
| An interface that may be implemented by a wl_surface, for |
| implementations that provide a desktop-style user interface |
| @@ -504,6 +505,21 @@ |
| </description> |
| <arg name="serial" type="uint" summary="the serial of the user event"/> |
| </request> |
| + |
| + <!-- Version 11 additions --> |
|
reveman
2016/08/25 03:59:12
nit: blank line after this
hirono
2016/08/25 05:05:06
Done.
|
| + <request name="pin_with_trusted_flag" since="11"> |
| + <description summary="set window mode as pinned with taking a trasted flag."> |
| + Request that surface is pinned. |
| + |
| + This is only a request that the window should be pinned. |
| + The compositor may choose to ignore this request. The client should |
| + listen to set_pinned events to determine if the window was |
| + pinned or not. If trusted flag is non-zero, the app can prevent users |
| + from exiting the pinned mode. |
|
reveman
2016/08/25 03:59:12
nit: hard to see in code review tool but please ma
hirono
2016/08/25 05:05:06
Done.
|
| + </description> |
| + <arg name="trusted" type="int" summary="whether the app can enforce users |
| + to stay in the pinned mode."/> |
| + </request> |
| </interface> |
| <!-- Version 6 additions --> |