aboutsummaryrefslogtreecommitdiff
path: root/include/utils.h
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-02-09 06:51:22 +0100
committerdec05eba <dec05eba@protonmail.com>2025-02-09 06:51:22 +0100
commita3b9b89a7fd6dbde224d158d38a63b7210092e72 (patch)
treebc758432dc83cb7f27287ead6bc55a35124c8aaa /include/utils.h
parent86df5a580e83c5731c78b5d4f1ce5ce0077835d1 (diff)
Attempt to fix incorrect hdr colors on kde plasma 6.2
Diffstat (limited to 'include/utils.h')
-rw-r--r--include/utils.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/utils.h b/include/utils.h
index 8837c13..f9b41b9 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -50,6 +50,7 @@ drm_connector_type_count* drm_connector_types_get_index(drm_connector_type_count
uint32_t monitor_identifier_from_type_and_count(int monitor_type_index, int monitor_type_count);
bool gl_get_gpu_info(gsr_egl *egl, gsr_gpu_info *info);
+bool version_greater_than(int major, int minor, int patch, int other_major, int other_minor, int other_patch);
bool gl_driver_version_greater_than(const gsr_gpu_info *gpu_info, int major, int minor, int patch);
bool try_card_has_valid_plane(const char *card_path);