X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=hacks%2Fscreenhack.c;h=9e1d473b672b337fa5b22b24a67f1cf4fdc125d8;hb=ec8d2b32b63649e6d32bdfb306eda062769af823;hp=d0c8be829d3b3110794c5c25df3f63a8572479cd;hpb=5f9c47ca98dd43d8f59b7c27d3fde6edfde4fe21;p=xscreensaver diff --git a/hacks/screenhack.c b/hacks/screenhack.c index d0c8be82..9e1d473b 100644 --- a/hacks/screenhack.c +++ b/hacks/screenhack.c @@ -510,7 +510,7 @@ usleep_and_process_events (Display *dpy, static void screenhack_do_fps (Display *dpy, Window w, fps_state *fpst, void *closure) { - fps_compute (fpst, 0); + fps_compute (fpst, 0, -1); fps_draw (fpst); }