From 7bc72696521895218cf3b84abb41b97b209e1b5a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sat, 18 Nov 2023 13:18:26 +0100 Subject: Support nvidia wayland bit depth over 8 bit (fixes incorrect colors on some systems running kde plasma) --- include/color_conversion.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/color_conversion.h b/include/color_conversion.h index def710d..738cba5 100644 --- a/include/color_conversion.h +++ b/include/color_conversion.h @@ -9,7 +9,7 @@ typedef enum { } gsr_source_color; typedef enum { - GSR_DESTINATION_COLOR_RGB, + GSR_DESTINATION_COLOR_BGR, GSR_DESTINATION_COLOR_NV12 /* YUV420, BT709, limited */ } gsr_destination_color; -- cgit v1.2.3