X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Fcolorbars.h;h=e7d9d812aa0f381311a44d8298b51f2e15173344;hp=ee4b517aa3c6595f7762a22d012f6fba74e53bf7;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/utils/colorbars.h b/utils/colorbars.h index ee4b517a..e7d9d812 100644 --- a/utils/colorbars.h +++ b/utils/colorbars.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 2001, 2003 Jamie Zawinski +/* xscreensaver, Copyright (c) 2001-2018 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 @@ -19,6 +19,7 @@ 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); + int x, int y, int width, int height, + Pixmap logo, Pixmap logo_mask); #endif /* __COLORBARS_H__ */