X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Ftexfont.c;h=2128790a78d5cffd0112567a8e5aa2f8b1728947;hp=5388efd4f75f94b3d35c28a5cba52fb832433dbd;hb=39809ded547bdbb08207d3e514950425215b4410;hpb=4361b69d3178d7fc98d0388f9a223af6c2651aba diff --git a/hacks/glx/texfont.c b/hacks/glx/texfont.c index 5388efd4..2128790a 100644 --- a/hacks/glx/texfont.c +++ b/hacks/glx/texfont.c @@ -274,7 +274,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. */ }