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