ftp://ftp.swin.edu.au/slackware/slackware-9.1/source/xap/xscreensaver/xscreensaver...
[xscreensaver] / utils / fade.h
index 4c2a32f4918368861b67dc3b9ce474a740a913ac..bedae9360a733c45327f55411e6ea3e703ab115f 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1992-1997 Jamie Zawinski <jwz@netscape.com>
+/* xscreensaver, Copyright (c) 1992-1997, 2003 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
@@ -14,6 +14,8 @@
 
 extern Colormap copy_colormap (Screen *, Visual *, Colormap from, Colormap to);
 extern void blacken_colormap (Screen *, Colormap cmap);
-extern void fade_screens (Display *dpy, Colormap *cmaps,
-                         int seconds, int ticks, Bool out_p);
+extern void fade_screens (Display *dpy,
+                         Colormap *cmaps, Window *black_windows, int nwindows,
+                         int seconds, int ticks,
+                         Bool out_p, Bool clear_windows);
 #endif /* __FADE_H__ */