From http://www.jwz.org/xscreensaver/xscreensaver-5.37.tar.gz
[xscreensaver] / hacks / glx / flurry.h
index a304ac6d834ca607407b6eee7de96b43026f8f4d..9bbe4b2580fb5cbb545d198357eaa42e84492160 100644 (file)
@@ -39,7 +39,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 # include "config.h"
 #endif /* HAVE_CONFIG_H */
 
-#ifndef HAVE_COCOA
+#ifndef HAVE_JWXYZ
 # include <GL/gl.h>
 # include <GL/glu.h>
 # include <GL/glx.h>
@@ -285,12 +285,15 @@ struct _global_info_t {
        float sys_glWidth;
        float sys_glHeight;
 
+       double gTimeCounter;
+       int first;
+       double oldFrameTime;
+
        flurry_info_t *flurry;
 };
 
 #define kNumSpectrumEntries 512
 
-void OTSetup(void);
-double TimeInSecondsSinceStart(void);
+double TimeInSecondsSinceStart(const global_info_t *global);
 
 #endif /* Include/Define */