mirror of
https://gitlab.freedesktop.org/wayland/wayland-protocols.git
synced 2025-12-20 14:00:08 +01:00
color: Move color-management protocol from unstable to staging
Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
This commit is contained in:
parent
a6aab6b835
commit
adf88cc13d
4 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,6 @@ unstable_protocols = {
|
||||||
'xdg-output': ['v1'],
|
'xdg-output': ['v1'],
|
||||||
'xdg-shell': ['v5', 'v6'],
|
'xdg-shell': ['v5', 'v6'],
|
||||||
'xwayland-keyboard-grab': ['v1'],
|
'xwayland-keyboard-grab': ['v1'],
|
||||||
'color-management': ['v1'],
|
|
||||||
}
|
}
|
||||||
|
|
||||||
staging_protocols = {
|
staging_protocols = {
|
||||||
|
|
@ -51,6 +50,7 @@ staging_protocols = {
|
||||||
'ext-transient-seat': ['v1'],
|
'ext-transient-seat': ['v1'],
|
||||||
'xdg-activation': ['v1'],
|
'xdg-activation': ['v1'],
|
||||||
'xwayland-shell': ['v1'],
|
'xwayland-shell': ['v1'],
|
||||||
|
'color-management': ['v1'],
|
||||||
}
|
}
|
||||||
|
|
||||||
protocol_files = []
|
protocol_files = []
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue