X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=hacks%2Fglx%2Fpinion.c;h=644ff615db3a631e09c5772a9d9bbfcd177bcede;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hp=aefbe711464f687078b07d793a2bdc465706ae74;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96;p=xscreensaver diff --git a/hacks/glx/pinion.c b/hacks/glx/pinion.c index aefbe711..644ff615 100644 --- a/hacks/glx/pinion.c +++ b/hacks/glx/pinion.c @@ -12,9 +12,9 @@ #define DEFAULTS "*delay: 15000 \n" \ "*showFPS: False \n" \ "*wireframe: False \n" \ - "*titleFont: -*-times-bold-r-normal-*-180-*\n" \ - "*titleFont2: -*-times-bold-r-normal-*-120-*\n" \ - "*titleFont3: -*-times-bold-r-normal-*-80-*\n" \ + "*titleFont: -*-helvetica-medium-r-normal-*-180-*\n" \ + "*titleFont2: -*-helvetica-medium-r-normal-*-120-*\n" \ + "*titleFont3: -*-helvetica-medium-r-normal-*-80-*\n" \ # define refresh_pinion 0 # define release_pinion 0 @@ -165,7 +165,7 @@ new_label (ModeInfo *mi) print_gl_string (mi->dpy, f, fl, mi->xgwa.width, mi->xgwa.height, 10, mi->xgwa.height - 10, - label); + label, False); } glEndList (); }