summaryrefslogtreecommitdiff
path: root/gtk/gtkdebug.h
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>1999-02-18 16:43:42 +0000
committerOwen Taylor <otaylor@src.gnome.org>1999-02-18 16:43:42 +0000
commit213c5160914768a5961f76182b701cd08b131cfe (patch)
treef8f770a51eebe61d5716efa0cb2b333c7520521f /gtk/gtkdebug.h
parent63e669a75fbf0ccfafd61b29b81d0619b877e165 (diff)
downloadgtk+-213c5160914768a5961f76182b701cd08b131cfe.tar.gz
Fix glib_config_args gtk_config_args confusion. (pointed out by Roland
Thu Feb 18 11:46:57 1999 Owen Taylor <otaylor@redhat.com> * gtk.m4: Fix glib_config_args gtk_config_args confusion. (pointed out by Roland Dreier <droland@mail.math.okstate.edu>) * gtk/gtksocket.c gtk/gtkmain.c gtk/gtkdebug.h (gtk_socket_filter_func): Move the plug-socket debugging code to a new "plugsocket" debug keys from the previous hardcoded DPRINTF.
Diffstat (limited to 'gtk/gtkdebug.h')
-rw-r--r--gtk/gtkdebug.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkdebug.h b/gtk/gtkdebug.h
index d85ebfef06..44e27676ee 100644
--- a/gtk/gtkdebug.h
+++ b/gtk/gtkdebug.h
@@ -24,10 +24,11 @@ extern "C" {
#endif /* __cplusplus */
typedef enum {
- GTK_DEBUG_OBJECTS = 1 << 0,
- GTK_DEBUG_MISC = 1 << 1,
- GTK_DEBUG_SIGNALS = 1 << 2,
- GTK_DEBUG_DND = 1 << 3
+ GTK_DEBUG_OBJECTS = 1 << 0,
+ GTK_DEBUG_MISC = 1 << 1,
+ GTK_DEBUG_SIGNALS = 1 << 2,
+ GTK_DEBUG_DND = 1 << 3,
+ GTK_DEBUG_PLUGSOCKET = 1 << 4
} GtkDebugFlag;
#ifdef G_ENABLE_DEBUG