diff options
Diffstat (limited to '')
-rw-r--r-- | libgamma_w32_gdi_method_capabilities.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_w32_gdi_method_capabilities.c b/libgamma_w32_gdi_method_capabilities.c index f6e5a23..163073b 100644 --- a/libgamma_w32_gdi_method_capabilities.c +++ b/libgamma_w32_gdi_method_capabilities.c @@ -9,7 +9,7 @@ * @param this The data structure to fill with the method's capabilities */ void -libgamma_w32_gdi_method_capabilities(libgamma_method_capabilities_t *restrict this) +libgamma_w32_gdi_method_capabilities(struct libgamma_method_capabilities *restrict this) { /* Gamma ramps size, depth and support can be queried */ this->crtc_information = LIBGAMMA_CRTC_INFO_GAMMA_SIZE | LIBGAMMA_CRTC_INFO_GAMMA_DEPTH; |