X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fglsnake.c;h=f2a0b5ff2c094286ef7843125b4ba48b22d6a1f9;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hp=b2fd0ad600ff563b2962cc324d26b957d8bff32c;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/glx/glsnake.c b/hacks/glx/glsnake.c index b2fd0ad6..f2a0b5ff 100644 --- a/hacks/glx/glsnake.c +++ b/hacks/glx/glsnake.c @@ -98,7 +98,7 @@ #define DEF_ANGVEL 1.0 #define DEF_STATICTIME 5000 #define DEF_ALTCOLOUR 0 -#define DEF_TITLES 1 +#define DEF_TITLES 0 #define DEF_INTERACTIVE 0 #define DEF_ZOOM 25.0 #define DEF_WIREFRAME 0 @@ -111,7 +111,7 @@ #define DEF_ANGVEL "1.0" #define DEF_STATICTIME "5000" #define DEF_ALTCOLOUR "False" -#define DEF_TITLES "True" +#define DEF_TITLES "False" #define DEF_INTERACTIVE "False" #define DEF_ZOOM "25.0" #define DEF_WIREFRAME "False" @@ -147,7 +147,7 @@ static GLfloat angvel; #define DEFAULTS "*delay: 30000 \n" \ "*count: 30 \n" \ "*showFPS: False \n" \ - "*labelfont: -*-times-bold-r-normal-*-180-*\n" \ + "*labelfont: -*-helvetica-medium-r-normal-*-180-*\n" \ @@ -1706,7 +1706,7 @@ static void draw_title( print_gl_string(mi->dpy, bp->font, bp->font_list, mi->xgwa.width, mi->xgwa.height, 10.0, (float) mi->xgwa.height - 10.0, - s); + s, False); #endif } glPopMatrix();