diff options
Diffstat (limited to 'method-w32-gdi.h')
-rw-r--r-- | method-w32-gdi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/method-w32-gdi.h b/method-w32-gdi.h index 811c546..43f1dcc 100644 --- a/method-w32-gdi.h +++ b/method-w32-gdi.h @@ -131,10 +131,10 @@ int libgamma_w32_gdi_crtc_restore(libgamma_crtc_state_t *restrict); * @param this Instance of a data structure to fill with the information about the CRTC * @param crtc The state of the CRTC whose information should be read * @param fields OR:ed identifiers for the information about the CRTC that should be read - * @return Zero on success, -1 on error. On error refer to the error reports in `this` + * @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_w32_gdi_get_crtc_information(libgamma_crtc_information_t *restrict, libgamma_crtc_state_t *restrict, int32_t); +int libgamma_w32_gdi_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 |