aboutsummaryrefslogblamecommitdiffstats
path: root/libgamma_linux_drm_crtc_destroy.c
blob: 8fc62eebf76e53885bfdefa1d9d8e52b93f50698 (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_linux_drm_crtc_destroy(libgamma_crtc_state_t *restrict this)
{
	(void) this;
}