X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fglx%2Fgllist.h;h=dacc89c48d1ee74477382365864a3b0b8a677d09;hb=c70f94f648d51bb4828193124f325fa52b0e57f3;hp=077766f4567d1cdd970df46537fb6f892ca74854;hpb=49f5b54f312fe4ac2e9bc47581a72451bd0e8439;p=xscreensaver diff --git a/hacks/glx/gllist.h b/hacks/glx/gllist.h index 077766f4..dacc89c4 100644 --- a/hacks/glx/gllist.h +++ b/hacks/glx/gllist.h @@ -1,14 +1,20 @@ #ifndef __GLLIST_H__ #define __GLLIST_H__ +#ifdef HAVE_CONFIG_H +# include "config.h" +#endif /* HAVE_CONFIG_H */ + #include -#ifdef HAVE_COCOA -# include -#else +#ifndef HAVE_COCOA # include #endif +#ifdef HAVE_JWZGLES +# include "jwzgles.h" +#endif /* HAVE_JWZGLES */ + struct gllist{ GLenum format; GLenum primitive;