X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=utils%2Fresources.h;h=661475964a997b289ee790867250ee123f344aab;hp=0d97d569852073b8010ff78769957ce7e47dd7f4;hb=3d9140a05b5272fed0883a0af0a71e30ef44d47f;hpb=ebc241816cc8e3eec7270a594bb1a607df32bcd6 diff --git a/utils/resources.h b/utils/resources.h index 0d97d569..66147596 100644 --- a/utils/resources.h +++ b/utils/resources.h @@ -1,4 +1,4 @@ -/* xscreensaver, Copyright (c) 1992, 1997 Jamie Zawinski +/* xscreensaver, Copyright (c) 1992, 1997, 2001 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 @@ -21,5 +21,10 @@ extern unsigned int get_minutes_resource (char*,char*); extern unsigned int get_seconds_resource (char*,char*); extern int parse_time (const char *string, Bool seconds_default_p, Bool silent_p); +extern Pixmap +xscreensaver_logo (Display *dpy, Window window, Colormap cmap, + unsigned long background_color, + unsigned long **pixels_ret, int *npixels_ret, + Bool big_p); #endif /* __XSCREENSAVER_RESOURCES_H__ */