mirror of
https://github.com/swaywm/sway.git
synced 2026-04-16 08:21:30 -04:00
sway/server: stop advertising "srgb" color TF
In anticipation of https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/442
This commit is contained in:
parent
055be4ec35
commit
f717b4fe5a
1 changed files with 0 additions and 1 deletions
|
|
@ -459,7 +459,6 @@ bool server_init(struct sway_server *server) {
|
|||
WP_COLOR_MANAGER_V1_RENDER_INTENT_PERCEPTUAL,
|
||||
};
|
||||
const enum wp_color_manager_v1_transfer_function transfer_functions[] = {
|
||||
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_SRGB,
|
||||
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_ST2084_PQ,
|
||||
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_EXT_LINEAR,
|
||||
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_GAMMA22,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue