X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fatlantis.h;h=1aba83033e35cd2524f1ee7487f581e66876c5ac;hp=472fe528d800e38b21baffd13c8c353005317f15;hb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;hpb=ccb7f4903325f92555a9722bba74b58346654ba0 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 {