Mercurial > dwm-meillo
diff font.c @ 9:d567f430a81d
fixed several stuff (gridwm gets better and better)
author | Anselm R. Garbe <garbeam@wmii.de> |
---|---|
date | Tue, 11 Jul 2006 12:52:57 +0200 |
parents | a79188fe4a40 |
children |
line wrap: on
line diff
--- a/font.c Tue Jul 11 11:50:18 2006 +0200 +++ b/font.c Tue Jul 11 12:52:57 2006 +0200 @@ -38,7 +38,7 @@ font->set = XCreateFontSet(blitz->dpy, fontname, &missing, &n, &def); if(missing) { while(n--) - fprintf(stderr, "liblitz: missing fontset: %s\n", missing[n]); + fprintf(stderr, "missing fontset: %s\n", missing[n]); XFreeStringList(missing); if(font->set) { XFreeFontSet(blitz->dpy, font->set); @@ -72,7 +72,7 @@ font->xfont = XLoadQueryFont(blitz->dpy, fontname); } if (!font->xfont) { - fprintf(stderr, "%s", "liblitz: error, cannot load 'fixed' font\n"); + fprintf(stderr, "%s", "error, cannot load 'fixed' font\n"); exit(1); } font->ascent = font->xfont->ascent;