mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-18 17:30:10 +00:00
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_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
|
||||
|
@ -215,7 +215,7 @@ static const GDebugKey gtk_debug_keys[] = {
|
||||
{"icontheme", GTK_DEBUG_ICONTHEME},
|
||||
{"printing", GTK_DEBUG_PRINTING},
|
||||
{"builder", GTK_DEBUG_BUILDER},
|
||||
{"extended-layout", GTK_DEBUG_EXTENDED_LAYOUT},
|
||||
{"size-request", GTK_DEBUG_SIZE_REQUEST},
|
||||
};
|
||||
#endif /* G_ENABLE_DEBUG */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user