X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fglx%2Fflurry.h;h=9bbe4b2580fb5cbb545d198357eaa42e84492160;hp=14718b64f8265f8929f2b9018c8a6d68f746b93d;hb=4361b69d3178d7fc98d0388f9a223af6c2651aba;hpb=d6b0217f2417bd19187f0ebc389d6c5c2233b11c diff --git a/hacks/glx/flurry.h b/hacks/glx/flurry.h index 14718b64..9bbe4b25 100644 --- a/hacks/glx/flurry.h +++ b/hacks/glx/flurry.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 */