~ctwm/ctwm/trunk

479.1.22 by Matthew Fuller
Pull the XWD bits out into their own file.
1
/*
2
 * XWD image handling function bits
3
 */
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
4
#ifndef _CTWM_IMAGE_XWD_H
5
#define _CTWM_IMAGE_XWD_H
479.1.22 by Matthew Fuller
Pull the XWD bits out into their own file.
6
480.1.17 by Matthew Fuller
const-ify all these image names we pass through this process.
7
Image *GetXwdImage(const char *name, ColorPair cp);
479.1.22 by Matthew Fuller
Pull the XWD bits out into their own file.
8
484 by Matthew Fuller
Consistently rename all the include guards so they match the filename,
9
#endif /* _CTWM_IMAGE_XWD_H */