* Lorens Younes (d93-hyo@nada.kth.se) 4/96
*/
-#include "xpmi.h"
+#include "XpmI.h"
#include <ctype.h>
LFUNC(xpmVisualType, int, (Visual *visual));
}
#elif macintosh
SetCPixel( x, y, &image_pixels[colidx[c] - 1]);
- /*
- if (shapedc)
+ if (shapeimage)
{
- SetPixel(shapedc, x, y, shape_pixels[colidx[c] - 1]);
+ SetGWorld( shapeimage->gworldptr , NULL ) ;
+ SetCPixel( x, y, &shape_pixels[colidx[c] - 1]);
+ SetGWorld( image->gworldptr , NULL ) ;
}
- */
#endif
}
else