http://www.mirrorservice.org/sites/master.us.finkmirrors.net/distfiles/md5/fa43fdd68d...
[xscreensaver] / utils / colorbars.h
index 93661a8123d44c51567aa32021bc19d780822a71..ee4b517aa3c6595f7762a22d012f6fba74e53bf7 100644 (file)
@@ -1,4 +1,4 @@
-/* xscreensaver, Copyright (c) 2001 Jamie Zawinski <jwz@jwz.org>
+/* xscreensaver, Copyright (c) 2001, 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
 #ifndef __COLORBARS_H__
 #define __COLORBARS_H__
 
-extern void draw_colorbars (Display *dpy, Window window,
+/* Renders colorbars (plus an xscreensaver logo) onto the
+   given Window or Pixmap.  Width and height may be zero
+   (meaning "full size".)
+
+   Colors will be allocated from the cmap, and never freed.
+ */
+extern void draw_colorbars (Screen *, Visual *, Drawable, Colormap,
                             int x, int y, int width, int height);
 
 #endif /* __COLORBARS_H__ */