http://ftp.aanet.ru/pub/Linux/X11/apps/xscreensaver-2.31.tar.gz
[xscreensaver] / utils / fade.h
index 4c2a32f4918368861b67dc3b9ce474a740a913ac..bbe1c9bb0842064a33c76a83d8d39fc17e1f2b4d 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 1992-1997 Jamie Zawinski <jwz@netscape.com>
+/* xscreensaver, Copyright (c) 1992-1997 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 seconds, int ticks,
+                         Bool out_p, Bool clear_windows);
 #endif /* __FADE_H__ */