X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fmountain.c;h=621a0bd066ed2534fd2582b6d969d6ae71465776;hb=8eb2873d7054e705c4e83f22d18c40946a9e2529;hp=0b44442b81a196f68a1b89d6c4b3abfe65e95ffa;hpb=5b7bc6e70fb439cf4c4bf771ae9f94077fe4fe08;p=xscreensaver diff --git a/hacks/mountain.c b/hacks/mountain.c index 0b44442b..621a0bd0 100644 --- a/hacks/mountain.c +++ b/hacks/mountain.c @@ -32,7 +32,6 @@ static const char sccsid[] = "@(#)mountain.c 4.04 97/07/28 xlockmore"; # define mountain_opts xlockmore_opts # define DEFAULTS "*delay: 0 \n" \ "*count: 30 \n" \ - "*cycles: 100 \n" \ "*ncolors: 64 \n" # define SMOOTH_COLORS #include "xlockmore.h" /* in xscreensaver distribution */ @@ -199,12 +198,7 @@ draw_mountain(ModeInfo * mi) drawamountain(mi); break; case 1: -#ifdef STANDALONE - XSync(MI_DISPLAY(mi), False); - usleep(2000000); -#else MI_PAUSE(mi) = 2000000; -#endif /*if (++mp->time > MI_CYCLES(mi)); */ mp->stage++; break;