diff options
author | dec05eba <dec05eba@protonmail.com> | 2023-11-18 13:18:26 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2023-11-18 13:18:26 +0100 |
commit | 7bc72696521895218cf3b84abb41b97b209e1b5a (patch) | |
tree | 0348fdef92dd9821141338632d797bce81d06fbb /include | |
parent | aee744c67ac48049bbad739a2a0e23ca9efbcbfb (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.h | 2 |
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; |