cogl: add missing colon in headers
Reviewed-by: Robert Bragg <robert@linux.intel.com>
This commit is contained in:
parent
9080e410b2
commit
fa2f47059c
@ -40,7 +40,7 @@ COGL_BEGIN_DECLS
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CoglDepthState
|
* CoglDepthState:
|
||||||
*
|
*
|
||||||
* Since: 2.0
|
* Since: 2.0
|
||||||
*/
|
*/
|
||||||
|
@ -61,7 +61,7 @@ typedef struct _CoglOutput CoglOutput;
|
|||||||
#define COGL_OUTPUT(X) ((CoglOutput *)(X))
|
#define COGL_OUTPUT(X) ((CoglOutput *)(X))
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* CoglSubpixelOrder
|
* CoglSubpixelOrder:
|
||||||
* @COGL_SUBPIXEL_ORDER_UNKNOWN: the layout of subpixel
|
* @COGL_SUBPIXEL_ORDER_UNKNOWN: the layout of subpixel
|
||||||
* components for the device is unknown.
|
* components for the device is unknown.
|
||||||
* @COGL_SUBPIXEL_ORDER_NONE: the device displays colors
|
* @COGL_SUBPIXEL_ORDER_NONE: the device displays colors
|
||||||
|
Loading…
Reference in New Issue
Block a user