mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-02-05 04:06:20 -05:00
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>
This commit is contained in:
parent
8b102c3bc4
commit
ea01803569
1 changed files with 1 additions and 1 deletions
|
|
@ -3049,7 +3049,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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue