X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fatlantis.c;h=590d3f2172b4933b8999cf4ba0d119c8598fb0c1;hb=de041722414a2e31c1c04caa10aaec9d6952e9b4;hp=140295c1fe22d86cfe3cdb95dc334b3cd1d6f99b;hpb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;p=xscreensaver diff --git a/hacks/glx/atlantis.c b/hacks/glx/atlantis.c index 140295c1..590d3f21 100644 --- a/hacks/glx/atlantis.c +++ b/hacks/glx/atlantis.c @@ -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); }