gtk/docs/debugging.txt, gdk/gdk.c, gdk/gdkinternals.h,

gdk/x11/gdkmain-x11.c, gtk/gtkdebug.h, gtk/gtkmain.c: Update
debugging info, remove unused debug flags. (#58330)
This commit is contained in:
Matthias Clasen
2001-08-15 06:52:19 +00:00
parent dcc502e95c
commit 370046c735
13 changed files with 67 additions and 27 deletions

View File

@ -42,8 +42,7 @@ typedef enum {
GDK_DEBUG_MISC = 1 << 0,
GDK_DEBUG_EVENTS = 1 << 1,
GDK_DEBUG_DND = 1 << 2,
GDK_DEBUG_COLOR_CONTEXT = 1 << 3,
GDK_DEBUG_XIM = 1 << 4
GDK_DEBUG_XIM = 1 << 3
} GdkDebugFlag;
extern gint gdk_debug_level;