Fixing debug build (s/extended layout/size request/ in GTK_NOTE flags).
This commit is contained in:
@ -48,7 +48,7 @@ typedef enum {
|
||||
GTK_DEBUG_ICONTHEME = 1 << 9,
|
||||
GTK_DEBUG_PRINTING = 1 << 10,
|
||||
GTK_DEBUG_BUILDER = 1 << 11,
|
||||
GTK_DEBUG_EXTENDED_LAYOUT = 1 << 12
|
||||
GTK_DEBUG_SIZE_REQUEST = 1 << 12
|
||||
} GtkDebugFlag;
|
||||
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
|
||||
Reference in New Issue
Block a user