X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fimage.h;h=b1d033ace479b8e4df3d7aa12d66e8925667f457;hp=0561257f17832d5bdae66fca952d7949c43d5d38;hb=2f9311c5cfa019e40c127df71e25659b641986d3;hpb=833cc59e0cc1802432f21ddbaa763c99e541fafe diff --git a/src/image.h b/src/image.h index 0561257f..b1d033ac 100644 --- a/src/image.h +++ b/src/image.h @@ -29,13 +29,9 @@ typedef struct Pixel *index; /* array of pixel values allocated */ int no; /* number of pixels in the array */ int rootimage; /* True if is a root image - eg, retain colors */ - Pixel foreground; /* foreground and background pixels for mono images */ - Pixel background; Colormap cmap; /* colormap used for image */ GC gc; /* cached gc for sending image */ - GC gc_mask; /* cached gc for sending image mask */ XImage *ximage; /* ximage structure */ - XImage *ximage_mask;/* ximage structure of mask */ Pixmap pixmap; /* final pixmap */ Pixmap pixmap_mask; /* final pixmap of mask */ } XImageInfo;