CTWM
Loading...
Searching...
No Matches
/usr/src/RPM/BUILD/ctwm-4.1.0/image_xpm.h
Go to the documentation of this file.
1/*
2 * XPM image handling function bits
3 */
4#ifndef _CTWM_IMAGE_XPM_H
5#define _CTWM_IMAGE_XPM_H
6
7Image *GetXpmImage(const char *name, ColorPair cp);
8
9#endif /* _CTWM_IMAGE_XPM_H */
Image * GetXpmImage(const char *name, ColorPair cp)
Definition image_xpm.c:28
Definition image.h:9