forked from external/yambar
wlr-protocols: bump
This commit is contained in:
parent
f4f44d88fe
commit
4a50c54a41
2 changed files with 11 additions and 6 deletions
15
external/wlr-layer-shell-unstable-v1.xml
vendored
15
external/wlr-layer-shell-unstable-v1.xml
vendored
|
@ -127,14 +127,19 @@
|
|||
|
||||
<request name="set_exclusive_zone">
|
||||
<description summary="configures the exclusive geometry of this surface">
|
||||
Requests that the compositor avoids occluding an area of the surface
|
||||
with other surfaces. The compositor's use of this information is
|
||||
Requests that the compositor avoids occluding an area with other
|
||||
surfaces. The compositor's use of this information is
|
||||
implementation-dependent - do not assume that this region will not
|
||||
actually be occluded.
|
||||
|
||||
A positive value is only meaningful if the surface is anchored to an
|
||||
edge, rather than a corner. The zone is the number of surface-local
|
||||
coordinates from the edge that is considered exclusive.
|
||||
A positive value is only meaningful if the surface is anchored to one
|
||||
edge or an edge and both perpendicular edges. If the surface is not
|
||||
anchored, anchored to only two perpendicular edges (a corner), anchored
|
||||
to only two parallel edges or anchored to all edges, a positive value
|
||||
will be treated the same as zero.
|
||||
|
||||
A positive zone is the distance from the edge in surface-local
|
||||
coordinates to consider exclusive.
|
||||
|
||||
Surfaces that do not wish to have an exclusive zone may instead specify
|
||||
how they should interact with surfaces that do. If set to zero, the
|
||||
|
|
2
external/wlr-protocols
vendored
2
external/wlr-protocols
vendored
|
@ -1 +1 @@
|
|||
Subproject commit d278d209053c4b5975753f7c1f25b984f266f705
|
||||
Subproject commit 59497d93794efac39d8c85b1d964ad8a461cbeb6
|
Loading…
Add table
Reference in a new issue