summaryrefslogtreecommitdiff
path: root/gtk/gtkdebug.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2012-05-02 01:59:15 +0200
committerBenjamin Otte <otte@redhat.com>2012-05-02 02:00:11 +0200
commit793748eaddd4675e9e3289c67ae27d6098882db0 (patch)
tree82f8471e8415bca2c15e42b1731d2d4352640a9c /gtk/gtkdebug.h
parentb0317280e7ff5428120648a160a462ef83f48fd3 (diff)
downloadgtk+-793748eaddd4675e9e3289c67ae27d6098882db0.tar.gz
debug: Add GTK_DEBUG=no-css-cache
See inline comments for what it does. Its main use is figuring out if something has been caused by GTK's caching of CSS properties or if it's a different problem.
Diffstat (limited to 'gtk/gtkdebug.h')
-rw-r--r--gtk/gtkdebug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h
index b1eb70a020..1eed41a2b9 100644
--- a/gtk/gtkdebug.h
+++ b/gtk/gtkdebug.h
@@ -46,7 +46,8 @@ typedef enum {
GTK_DEBUG_ICONTHEME = 1 << 9,
GTK_DEBUG_PRINTING = 1 << 10,
GTK_DEBUG_BUILDER = 1 << 11,
- GTK_DEBUG_SIZE_REQUEST = 1 << 12
+ GTK_DEBUG_SIZE_REQUEST = 1 << 12,
+ GTK_DEBUG_NO_CSS_CACHE = 1 << 13
} GtkDebugFlag;
#ifdef G_ENABLE_DEBUG