--- gdkvisual.c.org Sat Dec 23 03:28:34 2000 +++ gdkvisual.c Sat Dec 23 03:28:59 2000 @@ -69,7 +69,7 @@ void gdk_visual_init (void) { - static const gint possible_depths[7] = { 32, 24, 16, 15, 8, 4, 1 }; + static const gint possible_depths[8] = { 32, 24, 16, 15, 12, 8, 4, 1 }; static const GdkVisualType possible_types[6] = { GDK_VISUAL_DIRECT_COLOR,