aboutsummaryrefslogtreecommitdiffstats
path: root/method-linux-drm.h
diff options
context:
space:
mode:
Diffstat (limited to 'method-linux-drm.h')
-rw-r--r--method-linux-drm.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/method-linux-drm.h b/method-linux-drm.h
index b30341d..1e8de08 100644
--- a/method-linux-drm.h
+++ b/method-linux-drm.h
@@ -147,7 +147,8 @@ int libgamma_linux_drm_crtc_restore(libgamma_crtc_state_t *restrict);
* @return Zero on success, -1 on error; on error refer to the error reports in `this`
*/
LIBGAMMA_GCC_ONLY__(__attribute__((__nonnull__, __warn_unused_result__)))
-int libgamma_linux_drm_get_crtc_information(libgamma_crtc_information_t *restrict, libgamma_crtc_state_t *restrict, int32_t);
+int libgamma_linux_drm_get_crtc_information(libgamma_crtc_information_t *restrict,
+ libgamma_crtc_state_t *restrict, unsigned long long);
/**
* Get the current gamma ramps for a CRTC, 16-bit gamma-depth version