X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fbubble3d.h;h=92ccbbde064f8f797d39cb0f8935b855bf0af9b9;hb=aa75c7476aeaa84cf3abc192b376a8b03c325213;hp=3cdcef32f4d86933d31fde57a79a7ff143b4b02a;hpb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;p=xscreensaver diff --git a/hacks/glx/bubble3d.h b/hacks/glx/bubble3d.h index 3cdcef32..92ccbbde 100644 --- a/hacks/glx/bubble3d.h +++ b/hacks/glx/bubble3d.h @@ -3,6 +3,10 @@ #ifndef __bubbles3d_h__ #define __bubbles3d_h__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #ifdef STANDALONE # include # include "xlockmoreI.h" /* from the xscreensaver distribution */ @@ -10,14 +14,15 @@ # include "xlock.h" /* from the xlockmore distribution */ #endif /* !STANDALONE */ -#ifdef HAVE_COCOA -# include -# include -#else +#if !defined(HAVE_JWXYZ) && !defined(HAVE_JWZGLES) # include # include #endif +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + /* Static configuration. */ #define GLB_SLOW_GL 0 /* Set this if you have a slow GL * implementation. If you have an accelerated