--- skindef.c.orig Sat Jul 3 15:39:09 1999 +++ skindef.c Mon Oct 25 00:57:23 1999 @@ -76,7 +76,7 @@ s->width = width; s->height = height; - s->title = new_font_from_data((gchar **)letters_xpm, 27, FALSE, 5, 22); + s->title = new_font_from_data((gchar **)letters_xpm, 27, TRUE, 5, 22); s->dig_small = new_digit_from_data((gchar **)digsml_xpm); s->dig_large = new_digit_from_data((gchar **)digbig_xpm); @@ -174,7 +174,7 @@ s->width = width; s->height = height; - s->title = new_font_from_data((gchar **)letters_sm_xpm, 16, FALSE, 3, 3); + s->title = new_font_from_data((gchar **)letters_sm_xpm, 16, TRUE, 3, 3); s->dig_large = new_digit_from_data((gchar **)digmed_xpm);