aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/gamma-dummy.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/gamma-dummy.c')
-rw-r--r--src/lib/gamma-dummy.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/lib/gamma-dummy.c b/src/lib/gamma-dummy.c
index 86768e5..ccde8cc 100644
--- a/src/lib/gamma-dummy.c
+++ b/src/lib/gamma-dummy.c
@@ -729,8 +729,8 @@ int libgamma_dummy_get_crtc_information(libgamma_crtc_information_t* restrict th
* @return Zero on success, otherwise (negative) the value of an
* error identifier provided by this library.
*/
-int libgamma_dummy_crtc_get_gamma_ramps(libgamma_crtc_state_t* restrict this,
- libgamma_gamma_ramps_t* restrict ramps)
+int libgamma_dummy_crtc_get_gamma_ramps16(libgamma_crtc_state_t* restrict this,
+ libgamma_gamma_ramps16_t* restrict ramps)
{
}
@@ -743,8 +743,8 @@ int libgamma_dummy_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_dummy_crtc_set_gamma_ramps(libgamma_crtc_state_t* restrict this,
- libgamma_gamma_ramps_t ramps)
+int libgamma_dummy_crtc_set_gamma_ramps16(libgamma_crtc_state_t* restrict this,
+ libgamma_gamma_ramps16_t ramps)
{
}