X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fatlantis.h;h=1aba83033e35cd2524f1ee7487f581e66876c5ac;hb=6b1c86cf395f59389e4ece4ea8f4bea2c332745b;hp=472fe528d800e38b21baffd13c8c353005317f15;hpb=ffd8c0873576a9e3065696a624dce6b766b77062;p=xscreensaver diff --git a/hacks/glx/atlantis.h b/hacks/glx/atlantis.h index 472fe528..1aba8303 100644 --- a/hacks/glx/atlantis.h +++ b/hacks/glx/atlantis.h @@ -67,8 +67,19 @@ * * OpenGL(TM) is a trademark of Silicon Graphics, Inc. */ -#include -#include + +#ifdef STANDALONE +# include +# include "screenhackI.h" +# ifdef HAVE_COCOA +# include +# else +# include +# include +# endif +#else +# include "xlock.h" +#endif #define RAD 57.295 #define RRAD 0.01745 @@ -84,6 +95,7 @@ typedef struct _fishRec { float htail, vtail; float dtheta; int spurt, attack; + int sign; } fishRec; typedef struct {