From 9ccc965782253ea4847ed784b9c6cb5c5b1f8ef5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Thu, 28 Aug 2014 15:18:38 +0200 Subject: ramps => ramps16 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/lib/gamma-w32-gdi.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/gamma-w32-gdi.h') diff --git a/src/lib/gamma-w32-gdi.h b/src/lib/gamma-w32-gdi.h index d75cb2f..025470c 100644 --- a/src/lib/gamma-w32-gdi.h +++ b/src/lib/gamma-w32-gdi.h @@ -143,8 +143,8 @@ int libgamma_w32_gdi_get_crtc_information(libgamma_crtc_information_t* restrict * @return Zero on success, otherwise (negative) the value of an * error identifier provided by this library. */ -int libgamma_w32_gdi_crtc_get_gamma_ramps(libgamma_crtc_state_t* restrict this, - libgamma_gamma_ramps_t* restrict ramps); +int libgamma_w32_gdi_crtc_get_gamma_ramps16(libgamma_crtc_state_t* restrict this, + libgamma_gamma_ramps16_t* restrict ramps); /** * Set the gamma ramps for a CRTC, 16-bit gamma-depth version. @@ -154,8 +154,8 @@ int libgamma_w32_gdi_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_w32_gdi_crtc_set_gamma_ramps(libgamma_crtc_state_t* restrict this, - libgamma_gamma_ramps_t ramps); +int libgamma_w32_gdi_crtc_set_gamma_ramps16(libgamma_crtc_state_t* restrict this, + libgamma_gamma_ramps16_t ramps); #endif -- cgit v1.2.3-70-g09d2