summaryrefslogtreecommitdiff
path: root/gtk/gtkdebug.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2016-12-20 18:30:14 +0100
committerBenjamin Otte <otte@redhat.com>2016-12-20 19:26:40 +0100
commit22a657004b9c591cef7f4dd6b845192e7fc28529 (patch)
tree2e4e9af38dab65f5891a28bf9cc960bd9a03aa50 /gtk/gtkdebug.h
parent2cbe0573513b1253a3dca2d43d626bc07e48efc3 (diff)
downloadgtk+-22a657004b9c591cef7f4dd6b845192e7fc28529.tar.gz
debug: Remove pixel-cache debug categories
We have no more pixel cache, so they are kind of useless.
Diffstat (limited to 'gtk/gtkdebug.h')
-rw-r--r--gtk/gtkdebug.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h
index ec806dc784..3f624a9110 100644
--- a/gtk/gtkdebug.h
+++ b/gtk/gtkdebug.h
@@ -49,13 +49,11 @@ typedef enum {
GTK_DEBUG_SIZE_REQUEST = 1 << 11,
GTK_DEBUG_NO_CSS_CACHE = 1 << 12,
GTK_DEBUG_BASELINES = 1 << 13,
- GTK_DEBUG_PIXEL_CACHE = 1 << 14,
- GTK_DEBUG_NO_PIXEL_CACHE = 1 << 15,
- GTK_DEBUG_INTERACTIVE = 1 << 16,
- GTK_DEBUG_TOUCHSCREEN = 1 << 17,
- GTK_DEBUG_ACTIONS = 1 << 18,
- GTK_DEBUG_RESIZE = 1 << 19,
- GTK_DEBUG_LAYOUT = 1 << 20
+ GTK_DEBUG_INTERACTIVE = 1 << 14,
+ GTK_DEBUG_TOUCHSCREEN = 1 << 15,
+ GTK_DEBUG_ACTIONS = 1 << 16,
+ GTK_DEBUG_RESIZE = 1 << 17,
+ GTK_DEBUG_LAYOUT = 1 << 18
} GtkDebugFlag;
#ifdef G_ENABLE_DEBUG