Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(269)

Unified Diff: third_party/wayland-protocols/unstable/remote-shell/remote-shell-unstable-v1.xml

Issue 2777373002: Add set_autohide_systemui to wayland protocol (Closed)
Patch Set: Add set_systemui_visibility to wayland Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/wayland-protocols/protocol/remote-shell-protocol.c ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2d1bc7e60dbed1eaad1d7aaad96ccaa0462b6868..f9f766b2efbad4b4cb6779a2ffbe2b93a4658070 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="zcr_remote_shell_v1" version="3">
+ <interface name="zcr_remote_shell_v1" version="4">
<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
@@ -140,9 +140,9 @@
<arg name="layout_mode" type="uint"/>
</event>
- <!-- Version 3 additions -->
+ <!-- Version 4 additions -->
- <event name="workspace" since="3">
+ <event name="workspace" since="4">
<description summary="area of remote shell">
Defines an area of the remote shell used for layout. Each series of
"workspace" events must be terminated by a "configure" event.
@@ -161,7 +161,7 @@
<arg name="scale_factor" type="fixed"/>
</event>
- <event name="configure" since="3">
+ <event name="configure" since="4">
<description summary="suggests configuration of remote shell">
Suggests a new configuration of the remote shell. Preceded by a series
of "workspace" events.
@@ -170,7 +170,7 @@
</event>
</interface>
- <interface name="zcr_remote_surface_v1" version="3">
+ <interface name="zcr_remote_surface_v1" version="4">
<description summary="A desktop window">
An interface that may be implemented by a wl_surface, for
implementations that provide a desktop-style user interface
@@ -186,6 +186,15 @@
committed both an remote_surface state and a buffer.
</description>
+ <enum name="systemui_visibility_state">
+ <description summary="systemui visibility behavior">
+ Determine the visibility behavior of the system UI.
+ </description>
+ <entry name="visible" value="1" summary="system ui is visible"/>
+ <entry name="autohide_non_sticky" value="2" summary="system ui autohides and is not sticky"/>
+ <entry name="autohide_sticky" value="3" summary="system ui autohides and is sticky"/>
+ </enum>
+
<request name="destroy" type="destructor">
<description summary="Destroy the remote_surface">
Unmap and destroy the window. The window will be effectively
@@ -430,8 +439,16 @@
</request>
<!-- Version 3 additions -->
+ <request name="set_systemui_visibility" since="3">
+ <description summary="requests the system ui visibility behavior for the surface">
+ Requests how the surface will change the visibility of the system UI when it is made active.
+ </description>
+ <arg name="visibility" type="uint"/>
+ </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 +471,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 +496,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.
« no previous file with comments | « third_party/wayland-protocols/protocol/remote-shell-protocol.c ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698