ftp://ftp.krokus.ru/pub/OpenBSD/distfiles/xscreensaver-4.22.tar.gz
[xscreensaver] / hacks / loop.c
index e271951960fa97cf4fe97cc93d276e181f35e287..4a67f381644c600809b936ad62dbe54300c3605c 100644 (file)
@@ -90,7 +90,7 @@ static const char sccsid[] = "@(#)loop.c      5.01 2000/03/15 xlockmore";
  "*cycles: 1600 \n" \
  "*size: -12 \n" \
  "*ncolors: 15 \n" \
- "*neighbors: 0 \n"
+
 #define UNIFORM_COLORS
 #include "xlockmore.h"         /* in xscreensaver distribution */
 #else /* STANDALONE */
@@ -1140,7 +1140,7 @@ static void
 init_adam(ModeInfo * mi)
 {
        loopstruct *lp = &loops[MI_SCREEN(mi)];
-       XPoint      start, dirx, diry;
+       XPoint      start = { 0, 0 }, dirx = { 0, 0 }, diry = { 0, 0 };
        int         i, j, dir;
 
 #ifdef DELAYDEBUGLOOP