Merge pull request #87982 from Chubercik/wayland-protocols-1.33

wayland-protocols: Update to 1.33
This commit is contained in:
Rémi Verschelde 2024-02-07 11:02:29 +01:00
commit bbc1c221f2
No known key found for this signature in database
GPG key ID: C3336907360768E1
3 changed files with 9 additions and 3 deletions

View file

@ -946,7 +946,7 @@ Files extracted from upstream source:
# wayland-protocols # wayland-protocols
- Upstream: https://gitlab.freedesktop.org/wayland/wayland-protocols - Upstream: https://gitlab.freedesktop.org/wayland/wayland-protocols
- Version: 1.32 (681c33c8547d6aefe24455ba2bffe1c5ae11fee5, 2023) - Version: 1.33 (54346071a5f211f2c482889f2c8ee3b5ecda63ab, 2024)
- License: MIT - License: MIT
Files extracted from upstream source: Files extracted from upstream source:
@ -959,6 +959,8 @@ Files extracted from upstream source:
- `staging/fractional-scale/fractional-scale-v1.xml` - `staging/fractional-scale/fractional-scale-v1.xml`
- `staging/xdg-activation/README` - `staging/xdg-activation/README`
- `staging/xdg-activation/xdg-activation-v1.xml` - `staging/xdg-activation/xdg-activation-v1.xml`
- `unstable/idle-inhibit/README`
- `unstable/idle-inhibit/idle-inhibit-unstable-v1.xml`
- `unstable/pointer-constraints/README` - `unstable/pointer-constraints/README`
- `unstable/pointer-constraints/pointer-constraints-unstable-v1.xml` - `unstable/pointer-constraints/pointer-constraints-unstable-v1.xml`
- `unstable/pointer-gestures/README` - `unstable/pointer-gestures/README`

View file

@ -625,6 +625,10 @@
id, and well as trigger user interactive operations such as interactive id, and well as trigger user interactive operations such as interactive
resize and move. resize and move.
A xdg_toplevel by default is responsible for providing the full intended
visual representation of the toplevel, which depending on the window
state, may mean things like a title bar, window controls and drop shadow.
Unmapping an xdg_toplevel means that the surface cannot be shown Unmapping an xdg_toplevel means that the surface cannot be shown
by the compositor until it is explicitly mapped again. by the compositor until it is explicitly mapped again.
All active operations (e.g., move, resize) are canceled and all All active operations (e.g., move, resize) are canceled and all

View file

@ -141,8 +141,8 @@
</request> </request>
<event name="configure"> <event name="configure">
<description summary="suggest a surface change"> <description summary="notify a decoration mode change">
The configure event asks the client to change its decoration mode. The The configure event configures the effective decoration mode. The
configured state should not be applied immediately. Clients must send an configured state should not be applied immediately. Clients must send an
ack_configure in response to this event. See xdg_surface.configure and ack_configure in response to this event. See xdg_surface.configure and
xdg_surface.ack_configure for details. xdg_surface.ack_configure for details.