http://www.jwz.org/xscreensaver/xscreensaver-5.07.tar.gz
[xscreensaver] / OSX / XScreenSaverView.h
index 5fe0895961b0fe83fca0fa45c932a5b700582efa..a201786c854a4c89f89b1c8c9e965278d69a99f0 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 2006 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 2006-2008 Jamie Zawinski <jwz@jwz.org>
 *
 * Permission to use, copy, modify, distribute, and sell this software and its
 * documentation for any purpose is hereby granted without fee, provided that
@@ -34,6 +34,7 @@
   Display *xdpy;
   Window xwindow;
   void *xdata;
+  fps_state *fpst;
 }
 
 - (void) prepareContext;