blob: bec00a1c7bb44b3a409fa981bfc23b8c468516fc (
plain) (
tree)
|
|
/* 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;
}
|