From 621f253f000863688d32f4f9a5a57db4690735c7 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 3 Jan 2025 17:14:30 +0100 Subject: Minor change --- include/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/utils.h') 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 */ -- cgit v1.2.3