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.
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user