aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2023-11-18 13:18:26 +0100
committerdec05eba <dec05eba@protonmail.com>2023-11-18 13:18:26 +0100
commit7bc72696521895218cf3b84abb41b97b209e1b5a (patch)
tree0348fdef92dd9821141338632d797bce81d06fbb /include
parentaee744c67ac48049bbad739a2a0e23ca9efbcbfb (diff)
Support nvidia wayland bit depth over 8 bit (fixes incorrect colors on some systems running kde plasma)
Diffstat (limited to 'include')
-rw-r--r--include/color_conversion.h2
1 files changed, 1 insertions, 1 deletions
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;