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 12d061f3300265e327ee1d4bb71bd94a82a0146c..491b11c6a329cfec9785962e24aaac4db1585562 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 |
| @@ -430,8 +430,17 @@ |
| </request> |
| <!-- Version 3 additions --> |
| + <request name="set_autohide_systemui" since="3"> |
|
reveman
2017/03/28 16:17:03
hm, adding a version 3 request and making current
yorkelee
2017/03/28 16:23:59
The client is not using version 3 api yet, and we
Dominik Laskowski
2017/03/28 18:07:31
Right, we should bump multi-display to version 4 s
|
| + <description summary="requests whether the surface should autohide the system ui"> |
| + Requests whether or not the surface will autohide the system UI when it is |
|
oshima
2017/03/28 16:18:17
nit: indent
yorkelee
2017/03/28 17:33:26
Done.
|
| + made active. |
| + </description> |
| + <arg name="autohide" type="int"/> |
|
oshima
2017/03/28 16:18:18
optional: you may want to use enum to support stic
yorkelee
2017/03/28 17:33:26
Done.
|
| + </request> |
| + |
| + <!-- Version 4 additions --> |
| - <event name="configure" since="3"> |
| + <event name="configure" since="4"> |
| <description summary="suggest a surface change"> |
| The configure event asks the client to change surface state. |
| @@ -454,7 +463,7 @@ |
| <arg name="serial" type="uint"/> |
| </event> |
| - <request name="ack_configure" since="3"> |
| + <request name="ack_configure" since="4"> |
| <description summary="ack a configure event"> |
| When a configure event is received, if a client commits the |
| surface in response to the configure event, then the client |
| @@ -479,7 +488,7 @@ |
| <arg name="serial" type="uint" summary="the serial from the configure event"/> |
| </request> |
| - <request name="move" since="3"> |
| + <request name="move" since="4"> |
| <description summary="start an interactive move"> |
| Start an interactive, user-driven move of the surface. |