diff options
| author | Julian Orth <ju.orth@gmail.com> | 2026-01-23 14:59:21 +0100 |
|---|---|---|
| committer | Simon Ser <contact@emersion.fr> | 2026-02-28 10:44:25 +0000 |
| commit | ef336e8b80f0cbfc26a7f7ed6b8ea0e5012f9822 (patch) | |
| tree | 2ce82ea46f1727571ad413e90a09c698d07b0059 /protocol | |
| parent | protocol: introduce wl_surface.get_release (diff) | |
| download | wayland-ef336e8b80f0cbfc26a7f7ed6b8ea0e5012f9822.tar wayland-ef336e8b80f0cbfc26a7f7ed6b8ea0e5012f9822.tar.gz wayland-ef336e8b80f0cbfc26a7f7ed6b8ea0e5012f9822.tar.bz2 wayland-ef336e8b80f0cbfc26a7f7ed6b8ea0e5012f9822.tar.lz wayland-ef336e8b80f0cbfc26a7f7ed6b8ea0e5012f9822.tar.xz wayland-ef336e8b80f0cbfc26a7f7ed6b8ea0e5012f9822.tar.zst wayland-ef336e8b80f0cbfc26a7f7ed6b8ea0e5012f9822.zip | |
protocol: fix wl_region version
wl_region is not a frozen interface and therefore should have the
version of the parent object, wl_compositor.
Signed-off-by: Julian Orth <ju.orth@gmail.com>
Diffstat (limited to 'protocol')
| -rw-r--r-- | protocol/wayland.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocol/wayland.xml b/protocol/wayland.xml index 830f3e6b..05ef85e0 100644 --- a/protocol/wayland.xml +++ b/protocol/wayland.xml @@ -3078,7 +3078,7 @@ </event> </interface> - <interface name="wl_region" version="1"> + <interface name="wl_region" version="6"> <description summary="region interface"> A region object describes an area. |
