X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fflipscreen3d.c;h=6d5844a99fe5753227dfcbb5081440aa8d5414ec;hb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;hp=ecdd37d7aae29eb5e9171955dff7d2f4baed9f4e;hpb=6b1c86cf395f59389e4ece4ea8f4bea2c332745b;p=xscreensaver diff --git a/hacks/glx/flipscreen3d.c b/hacks/glx/flipscreen3d.c index ecdd37d7..6d5844a9 100644 --- a/hacks/glx/flipscreen3d.c +++ b/hacks/glx/flipscreen3d.c @@ -42,6 +42,7 @@ # define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT 0x84FF # endif +#define DEF_ROTATE "True" static int rotate; #define QW 12 @@ -58,7 +59,7 @@ static XrmOptionDescRec opts[] = { static argtype vars[] = { - {&rotate, "rotate", "Rotate", "True", t_Bool}, + {&rotate, "rotate", "Rotate", DEF_ROTATE, t_Bool}, }; @@ -469,8 +470,6 @@ ENTRYPOINT void init_screenflip(ModeInfo *mi) c->show_colors[0] = c->show_colors[1] = c->show_colors[2] = c->show_colors[3] = 1; - glClearColor(0.0,0.0,0.0,0.0); - if (! MI_IS_WIREFRAME(mi)) { glShadeModel(GL_SMOOTH);