summaryrefslogtreecommitdiff
path: root/gtk/gtkdebug.h
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2020-07-12 11:20:31 +0200
committerTimm Bäder <mail@baedert.org>2020-07-17 05:49:12 +0200
commitf721d2de15c1798a45376cdb3a321fec477592bb (patch)
treeb91616a98d8a7c402164c52d766d835d70487aaf /gtk/gtkdebug.h
parent11f07cb5ad94fae02aa27c64efae4cce7f45788c (diff)
downloadgtk+-f721d2de15c1798a45376cdb3a321fec477592bb.tar.gz
debug: Remove resize highlighting
This has been broken ever since the debug highlighting moved to inspector overlays.
Diffstat (limited to 'gtk/gtkdebug.h')
-rw-r--r--gtk/gtkdebug.h9
1 files changed, 4 insertions, 5 deletions
diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h
index 41c8185329..4b1a4806e3 100644
--- a/gtk/gtkdebug.h
+++ b/gtk/gtkdebug.h
@@ -48,11 +48,10 @@ typedef enum {
GTK_DEBUG_INTERACTIVE = 1 << 10,
GTK_DEBUG_TOUCHSCREEN = 1 << 11,
GTK_DEBUG_ACTIONS = 1 << 12,
- GTK_DEBUG_RESIZE = 1 << 13,
- GTK_DEBUG_LAYOUT = 1 << 14,
- GTK_DEBUG_SNAPSHOT = 1 << 15,
- GTK_DEBUG_CONSTRAINTS = 1 << 16,
- GTK_DEBUG_BUILDER_OBJECTS = 1 << 17,
+ GTK_DEBUG_LAYOUT = 1 << 13,
+ GTK_DEBUG_SNAPSHOT = 1 << 14,
+ GTK_DEBUG_CONSTRAINTS = 1 << 15,
+ GTK_DEBUG_BUILDER_OBJECTS = 1 << 16,
} GtkDebugFlag;
#ifdef G_ENABLE_DEBUG