X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fglut_stroke.c;h=59850ea76c43c010d7aede3435716f1749799417;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=5ff3de5cfda27552e0be93b0db1fbd7178ce5f6f;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/glx/glut_stroke.c b/hacks/glx/glut_stroke.c index 5ff3de5c..59850ea7 100644 --- a/hacks/glx/glut_stroke.c +++ b/hacks/glx/glut_stroke.c @@ -8,14 +8,24 @@ #if 0 /* for Mesa */ # include "glutint.h" #else /* for xscreensaver */ + # ifdef HAVE_CONFIG_H # include "config.h" # endif + # ifdef HAVE_COCOA -# include -# else +# include "jwxyz.h" +# elif defined(HAVE_ANDROID) +# include "jwxyz.h" +# include +# else /* real X11 */ # include # endif + +# ifdef HAVE_JWZGLES +# include "jwzgles.h" +# endif /* HAVE_JWZGLES */ + # undef APIENTRY # define APIENTRY /**/ #endif