diff options
Diffstat (limited to 'libgamma_x_randr_site_destroy.c')
-rw-r--r-- | libgamma_x_randr_site_destroy.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgamma_x_randr_site_destroy.c b/libgamma_x_randr_site_destroy.c index ba4d836..96a40df 100644 --- a/libgamma_x_randr_site_destroy.c +++ b/libgamma_x_randr_site_destroy.c @@ -9,7 +9,7 @@ * @param this The site state */ void -libgamma_x_randr_site_destroy(libgamma_site_state_t *restrict this) +libgamma_x_randr_site_destroy(struct libgamma_site_state *restrict this) { xcb_disconnect((xcb_connection_t *)this->data); } |