aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_quartz_cg_crtc_get_gamma_rampsf.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--libgamma_quartz_cg_crtc_get_gamma_rampsf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_quartz_cg_crtc_get_gamma_rampsf.c b/libgamma_quartz_cg_crtc_get_gamma_rampsf.c
index bb12779..3f03437 100644
--- a/libgamma_quartz_cg_crtc_get_gamma_rampsf.c
+++ b/libgamma_quartz_cg_crtc_get_gamma_rampsf.c
@@ -12,7 +12,7 @@
* error identifier provided by this library
*/
int
-libgamma_quartz_cg_crtc_get_gamma_rampsf(libgamma_crtc_state_t *restrict this, libgamma_gamma_rampsf_t *restrict ramps)
+libgamma_quartz_cg_crtc_get_gamma_rampsf(struct libgamma_crtc_state *restrict this, struct libgamma_gamma_rampsf *restrict ramps)
{
CGDirectDisplayID *restrict crtcs = this->partition->data;
CGDirectDisplayID crtc_id = crtcs[this->crtc];