sway

i3-compatible Wayland compositor
git clone https://git.awy.one/sway
Log | Files | Refs | README | LICENSE

commit 055be4ec35eec4eaaf066a18ccbf5132ebed0694
parent b7eb6177e1d634620d73d56224cf154e3b854e0f
Author: llyyr <llyyr.public@gmail.com>
Date:   Wed, 29 Oct 2025 03:53:24 +0530

sway/server: advertise gamma2.2 and bt1886 transfer functions

Diffstat:
Msway/server.c | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/sway/server.c b/sway/server.c @@ -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,