aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_x_randr_partition_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgamma_x_randr_partition_destroy.c')
-rw-r--r--libgamma_x_randr_partition_destroy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libgamma_x_randr_partition_destroy.c b/libgamma_x_randr_partition_destroy.c
index a48a02d..996149b 100644
--- a/libgamma_x_randr_partition_destroy.c
+++ b/libgamma_x_randr_partition_destroy.c
@@ -9,9 +9,9 @@
* @param this The partition state
*/
void
-libgamma_x_randr_partition_destroy(libgamma_partition_state_t *restrict this)
+libgamma_x_randr_partition_destroy(struct libgamma_partition_state *restrict this)
{
- libgamma_x_randr_partition_data_t *restrict data = this->data;
+ struct libgamma_x_randr_partition_data *restrict data = this->data;
free(data->crtcs);
free(data->outputs);
free(data->crtc_to_output);