aboutsummaryrefslogtreecommitdiffstats
path: root/libgamma_crtc_free.c
blob: 986fd96e1c4fc9804d84ce8e9944e7f53dab4bae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
/* See LICENSE file for copyright and license details. */
#include "common.h"


/**
 * Release all resources held by a CRTC state
 * and free the CRTC state pointer
 * 
 * @param  this  The CRTC state
 */
extern inline void libgamma_crtc_free(libgamma_crtc_state_t *restrict);