summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWen-yi Chu <wenyichu@google.com>2023-12-11 05:15:28 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2023-12-11 05:15:28 +0000
commit4fc510ad71f7dd6484bc8385446e69764356b586 (patch)
treeae68e94df8c47c91af9b1f56e3dd469ecabcd981
parentd068064e66fe3efea21c9cb49113133e5057e924 (diff)
downloadwayland-protocols-4fc510ad71f7dd6484bc8385446e69764356b586.tar.gz
Revert "Uprev remote-shell to 6 and aura-shell to 63"
This reverts commit d068064e66fe3efea21c9cb49113133e5057e924. Reason for revert: The CL is considered a culprit of b/315726892 Change-Id: I19f82be0c42b9294b15fe13de794a817acd674fb
-rw-r--r--chromium.org/unstable/aura-shell/aura-shell.xml38
-rw-r--r--chromium.org/unstable/remote-shell/remote-shell-unstable-v2.xml19
2 files changed, 4 insertions, 53 deletions
diff --git a/chromium.org/unstable/aura-shell/aura-shell.xml b/chromium.org/unstable/aura-shell/aura-shell.xml
index c94c40c..2d3ea86 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="63">
+ <interface name="zaura_shell" version="61">
<description summary="aura_shell">
The global interface exposing aura shell capabilities is used to
instantiate an interface extension for a wl_surface object.
@@ -805,7 +805,7 @@
</event>
</interface>
- <interface name="zaura_toplevel" version="63">
+ <interface name="zaura_toplevel" version="60">
<description summary="aura shell interface to the toplevel shell">
An interface to the toplevel shell, which allows the
client to access shell specific functionality.
@@ -1342,40 +1342,6 @@
<arg name="lower_right_radius" type="uint"/>
<arg name="lower_left_radius" type="uint"/>
</request>
-
- <!-- Version 62 additions -->
- <enum name="in_overview">
- <description summary="Describes whether or not the value is in overview">
- Binary enum maps to boolean, describes whether or not a value is in
- overview.
- </description>
- <entry name="not_in_overview" value="0" summary="the value is not in overview"/>
- <entry name="in_overview" value="1" summary="the value is in overview"/>
- </enum>
-
- <event name="overview_change" since="62">
- <description summary="window is in overview">
- The window is being shown in overview mode. Note that this is
- different than shell overview state, as not all windows will be
- part of the overview grid.
- </description>
- <arg name="in_overview" type="uint" enum="in_overview" summary="in overview or not"/>
- </event>
-
- <!-- Version 63 additions -->
- <request name="set_shadow_corner_radii" since="63">
- <description summary="Request to apply rounded corners to the shadow of the surface.">
- The client specifies the radius of each corner to be applied to the shadow
- associated with the aura toplevel surface in device independent pixels (DPs).
-
- The shadow radius is double buffered, and will be applied at the
- time wl_surface.commit of the corresponding wl_surface is called.
- </description>
- <arg name="upper_left_radius" type="uint"/>
- <arg name="upper_right_radius" type="uint"/>
- <arg name="lower_right_radius" type="uint"/>
- <arg name="lower_left_radius" type="uint"/>
- </request>
</interface>
<interface name="zaura_popup" version="46">
diff --git a/chromium.org/unstable/remote-shell/remote-shell-unstable-v2.xml b/chromium.org/unstable/remote-shell/remote-shell-unstable-v2.xml
index 7a812f9..8c334a4 100644
--- a/chromium.org/unstable/remote-shell/remote-shell-unstable-v2.xml
+++ b/chromium.org/unstable/remote-shell/remote-shell-unstable-v2.xml
@@ -38,7 +38,7 @@
reset.
</description>
- <interface name="zcr_remote_shell_v2" version="6">
+ <interface name="zcr_remote_shell_v2" version="5">
<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
@@ -595,7 +595,7 @@
<entry name="normal" value="1" summary="caption with shadow"/>
<entry name="shadow" value="2" summary="shadow only"/>
<entry name="autohide" value="3" summary="autohide frame with shadow"/>
- <entry name="overlay" value="4" summary="[Deprecated] overlay frame with shadow"/>
+ <entry name="overlay" value="4" summary="overlay frame with shadow"/>
<entry name="overlap" value="5" summary="overlap frame with the window" since="6"/>
</enum>
@@ -875,21 +875,6 @@
<arg name="lower_right_radius" type="uint"/>
<arg name="lower_left_radius" type="uint"/>
</request>
-
- <!-- Version 6 additions -->
- <request name="set_shadow_corner_radii" since="6">
- <description summary="Request to apply rounded corners to the shadow of the surface.">
- The client specifies the radius of each corner to be applied to the shadow
- associated with the aura toplevel surface in device independent pixels (DPs).
-
- The shadow radius is double buffered, and will be applied at the
- time wl_surface.commit of the corresponding wl_surface is called.
- </description>
- <arg name="upper_left_radius" type="uint"/>
- <arg name="upper_right_radius" type="uint"/>
- <arg name="lower_right_radius" type="uint"/>
- <arg name="lower_left_radius" type="uint"/>
- </request>
</interface>
<interface name="zcr_notification_surface_v2" version="1">