summaryrefslogtreecommitdiff
path: root/gtk/gtkdebug.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2019-06-29 20:40:34 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2019-07-01 00:10:11 +0100
commit405121bccc753a7a962f83cf58a97169037141f3 (patch)
tree3643ef386ce4d7598dbebf096e221c46579babd8 /gtk/gtkdebug.h
parentcb96b343153d044216521bdd2b55141c8914266b (diff)
downloadgtk+-405121bccc753a7a962f83cf58a97169037141f3.tar.gz
constraint solver: Use GTK_NOTE
Allow using GTK_DEBUG=constraints to get debug output from the constraints solver.
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 87affc189a..936a990639 100644
--- a/gtk/gtkdebug.h
+++ b/gtk/gtkdebug.h
@@ -51,7 +51,8 @@ typedef enum {
GTK_DEBUG_ACTIONS = 1 << 13,
GTK_DEBUG_RESIZE = 1 << 14,
GTK_DEBUG_LAYOUT = 1 << 15,
- GTK_DEBUG_SNAPSHOT = 1 << 16
+ GTK_DEBUG_SNAPSHOT = 1 << 16,
+ GTK_DEBUG_CONSTRAINTS = 1 << 17,
} GtkDebugFlag;
#ifdef G_ENABLE_DEBUG