X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fnormals.h;h=2200dfea41d2dd07394c345dc2d8311a25e52bdc;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=8d9f6fe110e03b1f87e563f0ee88144bde33ecbf;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/glx/normals.h b/hacks/glx/normals.h index 8d9f6fe1..2200dfea 100644 --- a/hacks/glx/normals.h +++ b/hacks/glx/normals.h @@ -1,4 +1,4 @@ -/* normals, Copyright (c) 2002-2004 Jamie Zawinski +/* normals, Copyright (c) 2002-2012 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -14,12 +14,22 @@ #ifndef __NORMALS_H__ #define __NORMALS_H__ -#ifdef HAVE_COCOA -# include -#else +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + +#ifndef HAVE_JWXYZ # include #endif +#ifdef HAVE_ANDROID +# include +#endif + +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + typedef struct { double x,y,z; } XYZ;