From http://www.jwz.org/xscreensaver/xscreensaver-5.35.tar.gz
[xscreensaver] / hacks / glx / dropshadow.h
index 6328d16204fdc1e9ababc0882b01279e5d90914c..09af0c8f45b586880fd3f0685bf04380d10e2037 100644 (file)
 #ifndef __DROPSHADOW_H__
 #define __DROPSHADOW_H__
 
-#ifdef HAVE_COCOA
-# include <OpenGL/gl.h>
-#else  /* !HAVE_COCOA -- real Xlib */
-# include <GL/gl.h>
-#endif /* !HAVE_COCOA */
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif /* HAVE_CONFIG_H */
+
+#include "xlockmoreI.h"
 
 /* Initialize drop shadow texture, return a texture ID.
  */