mirror of
https://github.com/brl/mutter.git
synced 2025-02-16 21:34:09 +00:00
version: Add COGL_VERSION_1_18 define
This commit is contained in:
parent
0af4105458
commit
3083ff6877
@ -305,6 +305,16 @@
|
|||||||
*/
|
*/
|
||||||
#define COGL_VERSION_1_16 (COGL_VERSION_ENCODE (1, 16, 0))
|
#define COGL_VERSION_1_16 (COGL_VERSION_ENCODE (1, 16, 0))
|
||||||
|
|
||||||
|
/**
|
||||||
|
* COGL_VERSION_1_18:
|
||||||
|
*
|
||||||
|
* A macro that evaluates to the 1.18 version of Cogl, in a format
|
||||||
|
* that can be used by the C pre-processor.
|
||||||
|
*
|
||||||
|
* Since: 1.18
|
||||||
|
*/
|
||||||
|
#define COGL_VERSION_1_18 (COGL_VERSION_ENCODE (1, 18, 0))
|
||||||
|
|
||||||
/* evaluates to the current stable version; for development cycles,
|
/* evaluates to the current stable version; for development cycles,
|
||||||
* this means the next stable target
|
* this means the next stable target
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user