diff options
Diffstat (limited to 'types-output.h')
-rw-r--r-- | types-output.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/types-output.h b/types-output.h index ca5bf61..17890a0 100644 --- a/types-output.h +++ b/types-output.h @@ -184,7 +184,7 @@ struct output { /** * The libgamma state for the output */ - libgamma_crtc_state_t *restrict crtc; + struct libgamma_crtc_state *restrict crtc; /** * Saved gamma ramps |