diff options
author | Matthias Clasen <mclasen@redhat.com> | 2014-05-10 13:22:17 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2014-05-10 22:04:36 -0400 |
commit | 7a56404e7b8ad99b70ade7d8bf9f8ccca6d90376 (patch) | |
tree | dd87d905ee59cbf354d88675c01898edcaa75746 /gtk/gtkdebug.h | |
parent | 975677872f74f215d64682e0309239ea0215a8b9 (diff) | |
download | gtk+-7a56404e7b8ad99b70ade7d8bf9f8ccca6d90376.tar.gz |
Make the inspector available via GTK_DEBUG
Change things around so GTK_DEBUG=interactive also brings
up the inspector window.
Diffstat (limited to 'gtk/gtkdebug.h')
-rw-r--r-- | gtk/gtkdebug.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h index a91e6da636..895520eba6 100644 --- a/gtk/gtkdebug.h +++ b/gtk/gtkdebug.h @@ -51,7 +51,8 @@ typedef enum { GTK_DEBUG_NO_CSS_CACHE = 1 << 13, GTK_DEBUG_BASELINES = 1 << 14, GTK_DEBUG_PIXEL_CACHE = 1 << 15, - GTK_DEBUG_NO_PIXEL_CACHE = 1 << 16 + GTK_DEBUG_NO_PIXEL_CACHE = 1 << 16, + GTK_DEBUG_INTERACTIVE = 1 << 17 } GtkDebugFlag; #ifdef G_ENABLE_DEBUG |