Index: cnc_bitmap.h =================================================================== --- cnc_bitmap.h (revision 597) +++ cnc_bitmap.h (revision 598) @@ -32,7 +32,8 @@ /* type=CSCH_CTYPE_BITMAP */ typedef struct csch_cbitmap_s { csch_chdr_t hdr; - csch_coord_t x1, y1; + csch_coord_t inst_x1, inst_y1; + csch_coord_t spec_x1, spec_y1; csch_pixel_t transp; int sx, sy; /* size in pixels */ csch_pixel_t *bitmap;