forked from AuroraMiddleware/gtk
Fixing debug build (s/extended layout/size request/ in GTK_NOTE flags).
This commit is contained in:
parent
d17fbd06cb
commit
55f8b4742f
@ -48,7 +48,7 @@ typedef enum {
|
|||||||
GTK_DEBUG_ICONTHEME = 1 << 9,
|
GTK_DEBUG_ICONTHEME = 1 << 9,
|
||||||
GTK_DEBUG_PRINTING = 1 << 10,
|
GTK_DEBUG_PRINTING = 1 << 10,
|
||||||
GTK_DEBUG_BUILDER = 1 << 11,
|
GTK_DEBUG_BUILDER = 1 << 11,
|
||||||
GTK_DEBUG_EXTENDED_LAYOUT = 1 << 12
|
GTK_DEBUG_SIZE_REQUEST = 1 << 12
|
||||||
} GtkDebugFlag;
|
} GtkDebugFlag;
|
||||||
|
|
||||||
#ifdef G_ENABLE_DEBUG
|
#ifdef G_ENABLE_DEBUG
|
||||||
|
@ -215,7 +215,7 @@ static const GDebugKey gtk_debug_keys[] = {
|
|||||||
{"icontheme", GTK_DEBUG_ICONTHEME},
|
{"icontheme", GTK_DEBUG_ICONTHEME},
|
||||||
{"printing", GTK_DEBUG_PRINTING},
|
{"printing", GTK_DEBUG_PRINTING},
|
||||||
{"builder", GTK_DEBUG_BUILDER},
|
{"builder", GTK_DEBUG_BUILDER},
|
||||||
{"extended-layout", GTK_DEBUG_EXTENDED_LAYOUT},
|
{"size-request", GTK_DEBUG_SIZE_REQUEST},
|
||||||
};
|
};
|
||||||
#endif /* G_ENABLE_DEBUG */
|
#endif /* G_ENABLE_DEBUG */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user