The R Project SVN R

Rev

Rev 32428 | Rev 36820 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 32428 Rev 32596
Line 117... Line 117...
117
    XColor bgcolor;			/* Background color */
117
    XColor bgcolor;			/* Background color */
118
#endif
118
#endif
119
    XRectangle clip;			/* The clipping rectangle */
119
    XRectangle clip;			/* The clipping rectangle */
120
 
120
 
121
    int usefixed;
121
    int usefixed;
122
    XFontStruct *fixedfont;
122
    R_XFont *fixedfont;
123
    XFontStruct *font;
123
    R_XFont *font;
124
    char fontfamily[500];               /* CURRENT fontfamily */
124
    char fontfamily[500];               /* CURRENT fontfamily */
125
    char symbolfamily[500];
125
    char symbolfamily[500];
126
    X_GTYPE type;			/* Window or pixmap? */
126
    X_GTYPE type;			/* Window or pixmap? */
127
    int npages;				/* counter for a pixmap */
127
    int npages;				/* counter for a pixmap */
128
    FILE *fp;				/* file for a bitmap device */
128
    FILE *fp;				/* file for a bitmap device */