version 1.14 | | version 1.15 |
---|
| | |
/* | | /* |
* static char *rcsid_xutil_c = | | * static char *rcsid_xutil_c = |
* "$Id: xutil.c,v 1.14 2006/03/16 20:59:51 akirschbaum Exp $"; | | * "$Id: xutil.c,v 1.15 2006/03/18 15:05:31 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
GC gc= XCreateGC(gdisp, root, 0, NULL); | | GC gc= XCreateGC(gdisp, root, 0, NULL); |
| | |
if (!nrofpixmaps) | | if (!nrofpixmaps) |
ReadBmapNames (); | | read_bmap_names(); |
| | |
/* The processes that create a pixmap already allocates the space for | | /* The processes that create a pixmap already allocates the space for |
* the pixmap data. Therefor, only space for the pointers to that data | | * the pixmap data. Therefor, only space for the pointers to that data |