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