http://packetstorm.tacticalflex.com/UNIX/admin/xscreensaver-3.27.tar.gz
[xscreensaver] / hacks / glx / atlantis.c
index 140295c1fe22d86cfe3cdb95dc334b3cd1d6f99b..590d3f2172b4933b8999cf4ba0d119c8598fb0c1 100644 (file)
@@ -103,7 +103,7 @@ static const char sccsid[] = "@(#)atlantis.c        1.3 98/06/18 xlockmore";
 # define HACK_INIT     init_atlantis
 # define HACK_DRAW     draw_atlantis
 # define atlantis_opts xlockmore_opts
-# define DEFAULTS      "*delay:        1000 \n" \
+# define DEFAULTS      "*delay:       40000 \n" \
                         "*count:          4 \n" \
                         "*cycles:       100 \n" \
                         "*size:        6000 \n" \
@@ -395,6 +395,8 @@ draw_atlantis(ModeInfo * mi)
        AllDisplay(ap);
        Animate(ap);
 
+        glPopMatrix();
+
        glXSwapBuffers(display, window);
 }