version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* static char *rcsid_xutil_c = | | * static char *rcsid_xutil_c = |
* "$Id: xutil.c,v 1.12 2005/01/24 07:29:25 mwedel Exp $"; | | * "$Id: xutil.c,v 1.13 2005/10/24 20:48:15 akirschbaum Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
GC gc= XCreateGC(gdisp, root, 0, NULL); | | GC gc= XCreateGC(gdisp, root, 0, NULL); |
| | |
if (!nrofpixmaps) | | if (!nrofpixmaps) |
nrofpixmaps = ReadBmapNames (); | | ReadBmapNames (); |
| | |
/* 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 |