X-Git-Url: http://git.hungrycats.org/cgi-bin/gitweb.cgi?p=xscreensaver;a=blobdiff_plain;f=hacks%2Fxpm-pixmap.h;fp=hacks%2Fxpm-pixmap.h;h=0000000000000000000000000000000000000000;hp=7b6e1330e3bc35e0b2b164bc80c953b9182bdc9e;hb=78add6e627ee5f10e1fa6f3852602ea5066eee5a;hpb=39809ded547bdbb08207d3e514950425215b4410 diff --git a/hacks/xpm-pixmap.h b/hacks/xpm-pixmap.h deleted file mode 100644 index 7b6e1330..00000000 --- a/hacks/xpm-pixmap.h +++ /dev/null @@ -1,26 +0,0 @@ -/* xpm-pixmap.h --- converts XPM data to Pixmaps. - * xscreensaver, Copyright (c) 1998-2006 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 - * the above copyright notice appear in all copies and that both that - * copyright notice and this permission notice appear in supporting - * documentation. No representations are made about the suitability of this - * software for any purpose. It is provided "as is" without express or - * implied warranty. - */ - -#ifndef _XPM_PIXMAP_H_ -#define _XPM_PIXMAP_H_ - -/* Returns a Pixmap structure containing the bits of the given XPM image. - */ -extern Pixmap xpm_data_to_pixmap (Display *, Window, - /*const*/ char * const *xpm_data, - int *width_ret, int *height_ret, - Pixmap *mask_ret); -extern Pixmap xpm_file_to_pixmap (Display *, Window, const char *filename, - int *width_ret, int *height_ret, - Pixmap *mask_ret); - -#endif /* _XPM_PIXMAP_H_ */