aboutsummaryrefslogblamecommitdiffstats
path: root/libgamma_quartz_cg_crtc_destroy.c
blob: e73bb656512a5e28e070d8b10bcf087e198b2c68 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                     
/* See LICENSE file for copyright and license details. */
#include "common.h"


/**
 * Release all resources held by a CRTC state
 * 
 * @param  this  The CRTC state
 */
void
libgamma_quartz_cg_crtc_destroy(libgamma_crtc_state_t *restrict this)
{
	(void) this;
}