cogl: Remove duplicated *_BIT defines
They are already defined in cogl-pixel-format header Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/3895>
This commit is contained in:
parent
138e5d4f54
commit
028df43012
@ -68,15 +68,6 @@ typedef struct _CoglColor CoglColor;
|
||||
*/
|
||||
typedef struct _CoglDmaBufHandle CoglDmaBufHandle;
|
||||
|
||||
/* Enum declarations */
|
||||
|
||||
#define COGL_A_BIT (1 << 4)
|
||||
#define COGL_BGR_BIT (1 << 5)
|
||||
#define COGL_AFIRST_BIT (1 << 6)
|
||||
#define COGL_PREMULT_BIT (1 << 7)
|
||||
#define COGL_DEPTH_BIT (1 << 8)
|
||||
#define COGL_STENCIL_BIT (1 << 9)
|
||||
|
||||
struct _CoglColor
|
||||
{
|
||||
uint8_t red;
|
||||
|
Loading…
x
Reference in New Issue
Block a user