diff options
Diffstat (limited to 'hacks/glx/glut_stroke.c')
-rw-r--r-- | hacks/glx/glut_stroke.c | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/hacks/glx/glut_stroke.c b/hacks/glx/glut_stroke.c index 59850ea..42fd75a 100644 --- a/hacks/glx/glut_stroke.c +++ b/hacks/glx/glut_stroke.c @@ -8,24 +8,7 @@ #if 0 /* for Mesa */ # include "glutint.h" #else /* for xscreensaver */ - -# ifdef HAVE_CONFIG_H -# include "config.h" -# endif - -# ifdef HAVE_COCOA -# include "jwxyz.h" -# elif defined(HAVE_ANDROID) -# include "jwxyz.h" -# include <GLES/gl.h> -# else /* real X11 */ -# include <GL/gl.h> -# endif - -# ifdef HAVE_JWZGLES -# include "jwzgles.h" -# endif /* HAVE_JWZGLES */ - +# include "screenhackI.h" # undef APIENTRY # define APIENTRY /**/ #endif |