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








                                             
                                                                          


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


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