aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_x_randr_site_destroy.c
blob: ba4d8360749a4408dbb0d36b0e958fa20df629e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* See LICENSE file for copyright and license details. */
#define IN_LIBGAMMA_X_RANDR
#include "common.h"


/**
 * Release all resources held by a site state
 * 
 * @param  this  The site state
 */
void
libgamma_x_randr_site_destroy(libgamma_site_state_t *restrict this)
{
	xcb_disconnect((xcb_connection_t *)this->data);
}