X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fflipscreen3d.c;h=92c0fa0dc5da99748e368b578479b7f1cfc9d504;hp=ecdd37d7aae29eb5e9171955dff7d2f4baed9f4e;hb=c1b9b55ad8d59dc05ef55e316aebf5863e7dfa56;hpb=de460e831dc8578acfa8b72251ab9346c99c1f96 diff --git a/hacks/glx/flipscreen3d.c b/hacks/glx/flipscreen3d.c index ecdd37d7..92c0fa0d 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}, };