mirror of
https://github.com/swaywm/sway.git
synced 2026-02-05 04:06:25 -05:00
sway/server: advertise gamma2.2 and bt1886 transfer functions
This commit is contained in:
parent
b7eb6177e1
commit
055be4ec35
1 changed files with 2 additions and 0 deletions
|
|
@ -462,6 +462,8 @@ bool server_init(struct sway_server *server) {
|
|||
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,
|
||||
WP_COLOR_MANAGER_V1_TRANSFER_FUNCTION_BT1886,
|
||||
};
|
||||
const enum wp_color_manager_v1_primaries primaries[] = {
|
||||
WP_COLOR_MANAGER_V1_PRIMARIES_SRGB,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue