From adb5b26bd94e0b90966307274f8fd6cada0fdb92 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 6 Mar 2021 16:52:22 +0100 Subject: Add chroma and white point support from EDID, add version support to methods caps and CRTC info, support EDID 1.4, and support EDID with extensions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- method-x-vidmode.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'method-x-vidmode.h') diff --git a/method-x-vidmode.h b/method-x-vidmode.h index 8370e86..0fe3d09 100644 --- a/method-x-vidmode.h +++ b/method-x-vidmode.h @@ -120,7 +120,8 @@ int libgamma_x_vidmode_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_x_vidmode_get_crtc_information(libgamma_crtc_information_t *restrict, libgamma_crtc_state_t *restrict, int32_t); +int libgamma_x_vidmode_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 -- cgit v1.2.3-70-g09d2