X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Ffade.h;h=bedae9360a733c45327f55411e6ea3e703ab115f;hp=bbe1c9bb0842064a33c76a83d8d39fc17e1f2b4d;hb=bbd0773f2adde4927a6196361d4061e70bf48cd9;hpb=6a1da724858673ac40aa13a9612340d8bed8c7b9 diff --git a/utils/fade.h b/utils/fade.h index bbe1c9bb..bedae936 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, 2003 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 @@ -15,7 +15,7 @@ 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, Window *black_windows, + Colormap *cmaps, Window *black_windows, int nwindows, int seconds, int ticks, Bool out_p, Bool clear_windows); #endif /* __FADE_H__ */