X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Ftexfont.c;h=540db9ffd1d2c95923c2245c10c899212e87566f;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hp=5388efd4f75f94b3d35c28a5cba52fb832433dbd;hpb=4361b69d3178d7fc98d0388f9a223af6c2651aba;p=xscreensaver diff --git a/hacks/glx/texfont.c b/hacks/glx/texfont.c index 5388efd4..540db9ff 100644 --- a/hacks/glx/texfont.c +++ b/hacks/glx/texfont.c @@ -9,7 +9,6 @@ * implied warranty. * * Renders X11 fonts into textures for use with OpenGL. - * A higher level API is in glxfonts.c. */ #ifdef HAVE_CONFIG_H @@ -274,7 +273,7 @@ load_texture_font (Display *dpy, char *res) if (!res || !*res) abort(); if (!strcmp (res, "fpsFont")) { /* Kludge. */ - def1 = "-*-courier-bold-r-normal-*-*-140-*-*-*-*-*-*"; + def1 = "-*-courier-bold-r-normal-*-*-180-*-*-*-*-*-*"; /* also fps.c */ cache_size = 0; /* No need for a cache on FPS: already throttled. */ }