mirror of
https://github.com/brl/mutter.git
synced 2024-11-28 11:00:54 -05:00
63a558950b
So that CoglTexture uses the proper pspec type for it format property Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3357>
28 lines
574 B
C
28 lines
574 B
C
/*** BEGIN file-header ***/
|
|
#pragma once
|
|
|
|
#if !defined(__COGL_H_INSIDE__) && !defined(COGL_COMPILATION)
|
|
#error "Only <cogl/cogl.h> can be included directly."
|
|
#endif
|
|
|
|
#include "cogl/cogl-types.h"
|
|
|
|
G_BEGIN_DECLS
|
|
|
|
/*** END file-header ***/
|
|
|
|
/*** BEGIN file-production ***/
|
|
/* enumerations from "@basename@" */
|
|
/*** END file-production ***/
|
|
|
|
/*** BEGIN value-header ***/
|
|
COGL_EXPORT GType @enum_name@_get_type (void) G_GNUC_CONST;
|
|
#define COGL_TYPE_@ENUMSHORT@ (@enum_name@_get_type())
|
|
|
|
/*** END value-header ***/
|
|
|
|
/*** BEGIN file-tail ***/
|
|
G_END_DECLS
|
|
|
|
/*** END file-tail ***/
|