X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2FscreenhackI.h;h=4f55c943890cea2815e7e5910d8648603d9396a2;hb=6afd6db0ae9396cd7ff897ade597cd5483f49b0e;hp=540f83c2dc863e90be97a4de6255d62a24ad45da;hpb=6b1c86cf395f59389e4ece4ea8f4bea2c332745b;p=xscreensaver diff --git a/hacks/screenhackI.h b/hacks/screenhackI.h index 540f83c2..4f55c943 100644 --- a/hacks/screenhackI.h +++ b/hacks/screenhackI.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992-2008 Jamie Zawinski +/* xscreensaver, Copyright (c) 1992-2014 Jamie Zawinski * * Permission to use, copy, modify, distribute, and sell this software and its * documentation for any purpose is hereby granted without fee, provided that @@ -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 *);