summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShengsong Tan <sstan@google.com>2021-04-09 04:05:12 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2021-04-09 04:05:12 +0000
commit77ba0e1c49f232d7c9592d1b30cb1e896c373c27 (patch)
tree2c617b6e5373b1fd7fd8fbe5aff26f24873c8888
parenta23681adaabd55423ed589954fc6912280708133 (diff)
parentadf637d5171141052fe8c21942027064bed92a58 (diff)
downloadwayland-protocols-77ba0e1c49f232d7c9592d1b30cb1e896c373c27.tar.gz
Sync to chromium zaura-shell version 18 am: 84daafe56e am: adf637d517
Original change: https://android-review.googlesource.com/c/platform/external/wayland-protocols/+/1662020 Change-Id: I34bcd88aa6f0a5024119010b5bac55ab682ca406
-rw-r--r--chromium.org/unstable/aura-shell/aura-shell.xml30
1 files changed, 28 insertions, 2 deletions
diff --git a/chromium.org/unstable/aura-shell/aura-shell.xml b/chromium.org/unstable/aura-shell/aura-shell.xml
index 14cbe24..bbc81a3 100644
--- a/chromium.org/unstable/aura-shell/aura-shell.xml
+++ b/chromium.org/unstable/aura-shell/aura-shell.xml
@@ -24,7 +24,7 @@
DEALINGS IN THE SOFTWARE.
</copyright>
- <interface name="zaura_shell" version="16">
+ <interface name="zaura_shell" version="18">
<description summary="aura_shell">
The global interface exposing aura shell capabilities is used to
instantiate an interface extension for a wl_surface object.
@@ -95,7 +95,7 @@
</event>
</interface>
- <interface name="zaura_surface" version="16">
+ <interface name="zaura_surface" version="18">
<description summary="aura shell interface to a wl_surface">
An additional interface to a wl_surface object, which allows the
client to access aura shell specific functionality for surface.
@@ -308,6 +308,32 @@
Request that surface resets snapping.
</description>
</request>
+
+ <!-- Version 17 additions -->
+
+ <event name="lock_frame_normal" since="17">
+ <description summary="Notify the client that server intent to lock window in normal or restore state">
+ Notifies the client to lock window in normal or restore state. When
+ window is locked, the window frame should look like it is in restored
+ state, but actually isn't. Locking happends while dragging a maximized
+ window.
+ </description>
+ </event>
+
+ <event name="unlock_frame_normal" since="17">
+ <description summary="Notify the client that server intent to unlock window's normal or restore state">
+ Notifies the client to unlock window if it is previously locked.
+ Unlocking happends while dragging a maximized window.
+ </description>
+ </event>
+
+ <!-- Version 18 additions -->
+ <request name="set_window_session_id" since="18">
+ <description summary="set surface window session id">
+ Set window session id to the surface.
+ </description>
+ <arg name="id" type="int" summary="window session id"/>
+ </request>
</interface>
<interface name="zaura_output" version="6">