diff options
author | Alexander Larsson <alexl@redhat.com> | 2013-05-02 11:47:06 +0200 |
---|---|---|
committer | Alexander Larsson <alexl@redhat.com> | 2013-05-07 16:34:05 +0200 |
commit | dde714386de730058981c87c807c83c05b5dc7be (patch) | |
tree | dfca93686c354baf903f46b72efa14ffb1421e70 /gtk/gtkdebug.h | |
parent | 30dc399b724629053cee044a45d8f55b0ae9c7a2 (diff) | |
download | gtk+-dde714386de730058981c87c807c83c05b5dc7be.tar.gz |
GtkPixelCache: Add debug feature to track redraws
Each time we redraw we tint it in a different color so that
you can see which regions are redrawn.
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 d4ee6f03cf..d98c1974a0 100644 --- a/gtk/gtkdebug.h +++ b/gtk/gtkdebug.h @@ -49,7 +49,8 @@ typedef enum { GTK_DEBUG_BUILDER = 1 << 11, GTK_DEBUG_SIZE_REQUEST = 1 << 12, GTK_DEBUG_NO_CSS_CACHE = 1 << 13, - GTK_DEBUG_BASELINES = 1 << 14 + GTK_DEBUG_BASELINES = 1 << 14, + GTK_DEBUG_PIXEL_CACHE = 1 << 15 } GtkDebugFlag; #ifdef G_ENABLE_DEBUG |