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

@ -95,7 +95,6 @@ static const GDebugKey gdk_debug_keys[] = {
{"events", GDK_DEBUG_EVENTS},
{"misc", GDK_DEBUG_MISC},
{"dnd", GDK_DEBUG_DND},
{"color-context", GDK_DEBUG_COLOR_CONTEXT},
{"xim", GDK_DEBUG_XIM}
};