diff --git a/protocols/wlr-layer-shell-unstable-v1.xml b/protocols/wlr-layer-shell-unstable-v1.xml index d62fd51e..e9f27e4f 100644 --- a/protocols/wlr-layer-shell-unstable-v1.xml +++ b/protocols/wlr-layer-shell-unstable-v1.xml @@ -25,7 +25,7 @@ THIS SOFTWARE. - + Clients can use this interface to assign the surface_layer role to wl_surfaces. Such surfaces are assigned to a "layer" of the output and @@ -100,7 +100,7 @@ - + An interface that may be implemented by a wl_surface, for surfaces that are designed to be rendered as a layer of a stacked desktop-like @@ -367,6 +367,7 @@ + @@ -386,5 +387,21 @@ + + + + + + Requests an edge for the exclusive zone to apply. The exclusive + edge will be automatically deduced from anchor points when possible, + but when the surface is anchored to a corner, it will be necessary + to set it explicitly to disambiguate, as it is not possible to deduce + which one of the two corner edges should be used. + + The edge must be one the surface is anchored to, otherwise the + invalid_exclusive_edge protocol error will be raised. + + + diff --git a/src/input/cursor.c b/src/input/cursor.c index e8ac7d96..097a8b54 100644 --- a/src/input/cursor.c +++ b/src/input/cursor.c @@ -42,7 +42,7 @@ #include #endif -#define LAB_CURSOR_SHAPE_V1_VERSION 1 +#define LAB_CURSOR_SHAPE_V1_VERSION 2 struct constraint { struct seat *seat; diff --git a/src/layers.c b/src/layers.c index eaa93f25..fbb607f0 100644 --- a/src/layers.c +++ b/src/layers.c @@ -24,7 +24,7 @@ #include "node.h" #include "output.h" -#define LAB_LAYERSHELL_VERSION 4 +#define LAB_LAYERSHELL_VERSION 5 static void apply_override(struct output *output, struct wlr_box *usable_area) diff --git a/src/server.c b/src/server.c index fd48efed..2f496e1c 100644 --- a/src/server.c +++ b/src/server.c @@ -78,7 +78,7 @@ #define LAB_EXT_FOREIGN_TOPLEVEL_LIST_VERSION 1 #define LAB_WLR_COMPOSITOR_VERSION 6 #define LAB_WLR_FRACTIONAL_SCALE_V1_VERSION 1 -#define LAB_WLR_LINUX_DMABUF_VERSION 4 +#define LAB_WLR_LINUX_DMABUF_VERSION 5 #define LAB_WLR_PRESENTATION_TIME_VERSION 2 static void