X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=utils%2Ffade.h;h=bbe1c9bb0842064a33c76a83d8d39fc17e1f2b4d;hb=ce3185de9d9705e259f2b60dd4b5509007fa17d4;hp=4c2a32f4918368861b67dc3b9ce474a740a913ac;hpb=f3e0240915ed9f9b3a61781f5c7002d587563fe0;p=xscreensaver diff --git a/utils/fade.h b/utils/fade.h index 4c2a32f4..bbe1c9bb 100644 --- a/utils/fade.h +++ b/utils/fade.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992-1997 Jamie Zawinski +/* xscreensaver, Copyright (c) 1992-1997 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 @@ -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__ */