color: Move color-management protocol from unstable to staging

Signed-off-by: Sebastian Wick <sebastian.wick@redhat.com>
This commit is contained in:
Sebastian Wick 2022-11-30 21:43:52 +01:00 committed by Sebastian Wick
parent a6aab6b835
commit adf88cc13d
4 changed files with 1 additions and 1 deletions

View file

@ -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 = []