forked from AuroraMiddleware/gtk
Add GTK_DEBUG=accessibility
Add a debug flag for accessibility-related debug spew.
This commit is contained in:
parent
0d87f8cd62
commit
01f31665b8
@ -52,6 +52,7 @@ typedef enum {
|
||||
GTK_DEBUG_SNAPSHOT = 1 << 14,
|
||||
GTK_DEBUG_CONSTRAINTS = 1 << 15,
|
||||
GTK_DEBUG_BUILDER_OBJECTS = 1 << 16,
|
||||
GTK_DEBUG_A11Y = 1 << 17,
|
||||
} GtkDebugFlag;
|
||||
|
||||
#ifdef G_ENABLE_DEBUG
|
||||
|
@ -182,6 +182,7 @@ static const GdkDebugKey gtk_debug_keys[] = {
|
||||
{ "interactive", GTK_DEBUG_INTERACTIVE, "Enable the GTK inspector" },
|
||||
{ "touchscreen", GTK_DEBUG_TOUCHSCREEN, "Pretend the pointer is a touchscreen" },
|
||||
{ "snapshot", GTK_DEBUG_SNAPSHOT, "Generate debug render nodes" },
|
||||
{ "accessibility", GTK_DEBUG_A11Y, "Information about accessibility state changes" },
|
||||
};
|
||||
#endif /* G_ENABLE_DEBUG */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user