The R Project SVN R

Rev

Rev 83781 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 83781 Rev 83901
Line 127... Line 127...
127
    Rboolean usePUA;
127
    Rboolean usePUA;
128
 
128
 
129
    X_GTYPE type;			/* Window or pixmap? */
129
    X_GTYPE type;			/* Window or pixmap? */
130
    int npages;				/* counter for a bitmap device */
130
    int npages;				/* counter for a bitmap device */
131
    FILE *fp;				/* file for a bitmap device */
131
    FILE *fp;				/* file for a bitmap device */
132
    char filename[PATH_MAX];		/* filename for a bitmap device */
132
    char filename[R_PATH_MAX];		/* filename for a bitmap device */
133
    int quality;			/* JPEG quality/TIFF compression */
133
    int quality;			/* JPEG quality/TIFF compression */
134
 
134
 
135
    Rboolean handleOwnEvents;           /* Flag indicating whether events will
135
    Rboolean handleOwnEvents;           /* Flag indicating whether events will
136
					   be handled externally from R (TRUE),
136
					   be handled externally from R (TRUE),
137
					   or whether R is to handle the events
137
					   or whether R is to handle the events