summaryrefslogtreecommitdiff
path: root/gtk/gtkdebug.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2016-03-10 23:14:57 -0500
committerMatthias Clasen <mclasen@redhat.com>2016-03-10 23:21:22 -0500
commit33d7196dc8274e8dd66b845c0444674d3f11f6fc (patch)
treed2233416ff5382cd1bb7539f2fcc3c843867c780 /gtk/gtkdebug.h
parent04e59719b563575315f385f156f6bab331640f44 (diff)
downloadgtk+-33d7196dc8274e8dd66b845c0444674d3f11f6fc.tar.gz
Add a layout debug option
This will be used to show box model borders.
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 e78dd6837f..741e1f85ef 100644
--- a/gtk/gtkdebug.h
+++ b/gtk/gtkdebug.h
@@ -55,7 +55,8 @@ typedef enum {
GTK_DEBUG_INTERACTIVE = 1 << 17,
GTK_DEBUG_TOUCHSCREEN = 1 << 18,
GTK_DEBUG_ACTIONS = 1 << 19,
- GTK_DEBUG_RESIZE = 1 << 20
+ GTK_DEBUG_RESIZE = 1 << 20,
+ GTK_DEBUG_LAYOUT = 1 << 21
} GtkDebugFlag;
#ifdef G_ENABLE_DEBUG