aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-03 17:14:30 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-03 17:14:30 +0100
commit621f253f000863688d32f4f9a5a57db4690735c7 (patch)
treeba444bd869b5d83a7462203bb8428d2e9df07045 /include
parent68a7dc1b7fda0f5963bb2d0a54a0bb0262a28f70 (diff)
Minor change
Diffstat (limited to 'include')
-rw-r--r--include/utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/utils.h b/include/utils.h
index d8fa99a..8837c13 100644
--- a/include/utils.h
+++ b/include/utils.h
@@ -50,7 +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 gl_driver_version_greater_than(const gsr_egl *egl, int major, int minor, int 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);
/* |output| should be at least 128 bytes in size */