forked from AuroraMiddleware/gtk
Trivial formatting fix
This commit is contained in:
parent
97250ea5e6
commit
f82e4ff362
@ -161,28 +161,28 @@ static guint debug_flags = 0; /* Global GTK debug flag */
|
|||||||
|
|
||||||
#ifdef G_ENABLE_DEBUG
|
#ifdef G_ENABLE_DEBUG
|
||||||
static const GDebugKey gtk_debug_keys[] = {
|
static const GDebugKey gtk_debug_keys[] = {
|
||||||
{"misc", GTK_DEBUG_MISC},
|
{ "misc", GTK_DEBUG_MISC },
|
||||||
{"plugsocket", GTK_DEBUG_PLUGSOCKET},
|
{ "plugsocket", GTK_DEBUG_PLUGSOCKET },
|
||||||
{"text", GTK_DEBUG_TEXT},
|
{ "text", GTK_DEBUG_TEXT },
|
||||||
{"tree", GTK_DEBUG_TREE},
|
{ "tree", GTK_DEBUG_TREE },
|
||||||
{"updates", GTK_DEBUG_UPDATES},
|
{ "updates", GTK_DEBUG_UPDATES },
|
||||||
{"keybindings", GTK_DEBUG_KEYBINDINGS},
|
{ "keybindings", GTK_DEBUG_KEYBINDINGS },
|
||||||
{"multihead", GTK_DEBUG_MULTIHEAD},
|
{ "multihead", GTK_DEBUG_MULTIHEAD },
|
||||||
{"modules", GTK_DEBUG_MODULES},
|
{ "modules", GTK_DEBUG_MODULES },
|
||||||
{"geometry", GTK_DEBUG_GEOMETRY},
|
{ "geometry", GTK_DEBUG_GEOMETRY },
|
||||||
{"icontheme", GTK_DEBUG_ICONTHEME},
|
{ "icontheme", GTK_DEBUG_ICONTHEME },
|
||||||
{"printing", GTK_DEBUG_PRINTING},
|
{ "printing", GTK_DEBUG_PRINTING} ,
|
||||||
{"builder", GTK_DEBUG_BUILDER},
|
{ "builder", GTK_DEBUG_BUILDER },
|
||||||
{"size-request", GTK_DEBUG_SIZE_REQUEST},
|
{ "size-request", GTK_DEBUG_SIZE_REQUEST },
|
||||||
{"no-css-cache", GTK_DEBUG_NO_CSS_CACHE},
|
{ "no-css-cache", GTK_DEBUG_NO_CSS_CACHE },
|
||||||
{"baselines", GTK_DEBUG_BASELINES},
|
{ "baselines", GTK_DEBUG_BASELINES },
|
||||||
{"pixel-cache", GTK_DEBUG_PIXEL_CACHE},
|
{ "pixel-cache", GTK_DEBUG_PIXEL_CACHE },
|
||||||
{"no-pixel-cache", GTK_DEBUG_NO_PIXEL_CACHE},
|
{ "no-pixel-cache", GTK_DEBUG_NO_PIXEL_CACHE },
|
||||||
{"interactive", GTK_DEBUG_INTERACTIVE},
|
{ "interactive", GTK_DEBUG_INTERACTIVE },
|
||||||
{"touchscreen", GTK_DEBUG_TOUCHSCREEN},
|
{ "touchscreen", GTK_DEBUG_TOUCHSCREEN },
|
||||||
{"actions", GTK_DEBUG_ACTIONS},
|
{ "actions", GTK_DEBUG_ACTIONS },
|
||||||
{"resize", GTK_DEBUG_RESIZE},
|
{ "resize", GTK_DEBUG_RESIZE },
|
||||||
{"layout", GTK_DEBUG_LAYOUT}
|
{ "layout", GTK_DEBUG_LAYOUT }
|
||||||
};
|
};
|
||||||
#endif /* G_ENABLE_DEBUG */
|
#endif /* G_ENABLE_DEBUG */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user