summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Pique <lpique@google.com>2021-03-26 02:55:52 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-26 02:55:52 +0000
commit3d85dbeb3ee28f7bc61de575de4bd3d206786e10 (patch)
treeb726c226b72155b1eb161862bd51b46264f948a5
parent3015d592a971ae6591a2693db7380aafc625a435 (diff)
parenta23681adaabd55423ed589954fc6912280708133 (diff)
downloadwayland-protocols-3d85dbeb3ee28f7bc61de575de4bd3d206786e10.tar.gz
Resync to Chromium remote-shell-unstable-v1 at 32 am: 0258d6cd08 am: 693ffe25d8 am: a23681adaa
Original change: https://android-review.googlesource.com/c/platform/external/wayland-protocols/+/1653541 Change-Id: Ic77c98a9ae4bc61756c153daf1f65044eaedbd5a
-rw-r--r--chromium.org/unstable/remote-shell/remote-shell-unstable-v1.xml18
1 files changed, 13 insertions, 5 deletions
diff --git a/chromium.org/unstable/remote-shell/remote-shell-unstable-v1.xml b/chromium.org/unstable/remote-shell/remote-shell-unstable-v1.xml
index 12bc299..56b88ed 100644
--- a/chromium.org/unstable/remote-shell/remote-shell-unstable-v1.xml
+++ b/chromium.org/unstable/remote-shell/remote-shell-unstable-v1.xml
@@ -1319,20 +1319,28 @@
<event name="systemui_visibility" since="29">
<description summary="systemui_visibility_state for a display">
- Sends information about whether the systemui is visible. The "systemui_visibility"
- value is of enum type "systemui_visibility_state".
+ [Deprecated] Sends information about whether the systemui is visible.
+ The "systemui_visibility" value is of enum type "systemui_visibility_state".
</description>
<arg name="systemui_visibility" type="int" summary="systemui_visibility_state enum"/>
</event>
<!-- Version 32 additions -->
+ <enum name="systemui_behavior">
+ <description summary="systemui behavior">
+ Determine the behavior of the system UI.
+ </description>
+ <entry name="visible" value="1" summary="system ui is visible"/>
+ <entry name="hidden" value="2" summary="system ui is autohide or hidden"/>
+ </enum>
+
<event name="systemui_behavior" since="32">
<description summary="systemui_behavior_state for a display">
- Sends information about whether the systemui behavior is auto hide. The "systemui_behavior"
- value is of enum type "systemui_visibility_state".
+ Sends information about whether the systemui behavior is auto hide.
+ The "systemui_behavior" value is of enum type "systemui_behavior".
</description>
- <arg name="systemui_behavior" type="int" summary="systemui_behavior_state enum"/>
+ <arg name="systemui_behavior" type="int" summary="systemui_behavior enum"/>
</event>
</interface>