summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLloyd Pique <lpique@google.com>2021-03-26 02:28:19 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-03-26 02:28:19 +0000
commita23681adaabd55423ed589954fc6912280708133 (patch)
treeb726c226b72155b1eb161862bd51b46264f948a5
parenteeb21a4b108b4aa117204bc7fd603dd3e111e4e3 (diff)
parent693ffe25d88adf1cde5231581aa631884f8534b6 (diff)
downloadwayland-protocols-a23681adaabd55423ed589954fc6912280708133.tar.gz
Resync to Chromium remote-shell-unstable-v1 at 32 am: 0258d6cd08 am: 693ffe25d8
Original change: https://android-review.googlesource.com/c/platform/external/wayland-protocols/+/1653541 Change-Id: I9c8dd15bff0e207fb742af2f65eaaaca440d684a
-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>