http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / hacks / screenhackI.h
index 540f83c2dc863e90be97a4de6255d62a24ad45da..f25e7ab5406f03852aca1ecae0664f5f2601641d 100644 (file)
@@ -97,6 +97,7 @@
 #include "colors.h"
 #include "grabscreen.h"
 #include "visual.h"
+#include "fps.h"
 
 /* Be Posixly correct */
 #undef  bzero
@@ -125,6 +126,7 @@ struct xscreensaver_function_table {
                                 unsigned int w, unsigned int h);
   Bool           (*event_cb)   (Display *, Window, void *, XEvent *);
   void           (*free_cb)    (Display *, Window, void *);
+  void           (*fps_cb)     (Display *, Window, fps_state *, void *);
 
   Visual *       (*pick_visual_hook) (Screen *);
   Bool           (*validate_visual_hook) (Screen *, const char *, Visual *);