Add a Cogl debug flag for BITMAP

CoglBitmap will soon want to report notes as it gets more complicated
so this adds a debug flag for it.
This commit is contained in:
Neil Roberts
2010-07-15 13:02:23 +01:00
parent c5205c50d2
commit e5dc645753
2 changed files with 4 additions and 2 deletions

View File

@ -52,7 +52,8 @@ typedef enum {
COGL_DEBUG_DISABLE_GLSL = 1 << 21,
COGL_DEBUG_SHOW_SOURCE = 1 << 22,
COGL_DEBUG_DISABLE_BLENDING = 1 << 23,
COGL_DEBUG_TEXTURE_PIXMAP = 1 << 24
COGL_DEBUG_TEXTURE_PIXMAP = 1 << 24,
COGL_DEBUG_BITMAP = 1 << 25
} CoglDebugFlags;
#ifdef COGL_ENABLE_DEBUG