diff options
Diffstat (limited to 'src/lib/gamma-x-vidmode.c')
-rw-r--r-- | src/lib/gamma-x-vidmode.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/gamma-x-vidmode.c b/src/lib/gamma-x-vidmode.c index a9db2ea..92e328f 100644 --- a/src/lib/gamma-x-vidmode.c +++ b/src/lib/gamma-x-vidmode.c @@ -267,8 +267,8 @@ int libgamma_x_vidmode_get_crtc_information(libgamma_crtc_information_t* restric * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ -int libgamma_x_vidmode_crtc_get_gamma_ramps(libgamma_crtc_state_t* restrict this, - libgamma_gamma_ramps_t* restrict ramps) +int libgamma_x_vidmode_crtc_get_gamma_ramps16(libgamma_crtc_state_t* restrict this, + libgamma_gamma_ramps16_t* restrict ramps) { #ifdef DEBUG /* Gamma ramp sizes are identical but not fixed. */ @@ -292,8 +292,8 @@ int libgamma_x_vidmode_crtc_get_gamma_ramps(libgamma_crtc_state_t* restrict this * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ -int libgamma_x_vidmode_crtc_set_gamma_ramps(libgamma_crtc_state_t* restrict this, - libgamma_gamma_ramps_t ramps) +int libgamma_x_vidmode_crtc_set_gamma_ramps16(libgamma_crtc_state_t* restrict this, + libgamma_gamma_ramps16_t ramps) { #ifdef DEBUG /* Gamma ramp sizes are identical but not fixed. */ |