X-Git-Url: https://git.artsoft.org/?p=rocksndiamonds.git;a=blobdiff_plain;f=src%2Fimage.h;h=5f96d592f6f71cbebeca6d43347defab1b8c89df;hp=50335eea15a5eaff0117bbe4a4f0f217c49ad3b8;hb=c878cb2be6a0bffee850bf4f2dcb1939d5d2cd4f;hpb=40a487dcc5d3028343ff9123a72b8b3839a42861 diff --git a/src/image.h b/src/image.h index 50335eea..5f96d592 100644 --- a/src/image.h +++ b/src/image.h @@ -23,7 +23,6 @@ typedef unsigned short Intensity; /* RGB intensity for X11 */ typedef struct { Display *display; /* destination display */ - int screen; /* destination screen */ int depth; /* depth of destination drawable */ Pixel index[MAX_COLORS]; /* array of pixel values */ int no; /* number of pixels in the array */