The R Project SVN R

Rev

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

Rev 25331 Rev 27069
Line 37... Line 37...
37
#include <X11/Intrinsic.h>  /*->	Xlib.h	Xutil.h Xresource.h .. */
37
#include <X11/Intrinsic.h>  /*->	Xlib.h	Xutil.h Xresource.h .. */
38
 
38
 
39
 
39
 
40
 
40
 
41
Rboolean newX11DeviceDriver(DevDesc*, char*, double, double, double, double, 
41
Rboolean newX11DeviceDriver(DevDesc*, char*, double, double, double, double, 
42
			    X_COLORTYPE, int, int);
42
			    X_COLORTYPE, int, int, SEXP);
43
 
43
 
44
 
44
 
45
	/********************************************************/
45
	/********************************************************/
46
	/* Each driver can have its own device-specic graphical */
46
	/* Each driver can have its own device-specic graphical */
47
	/* parameters and resources.  these should be wrapped	*/
47
	/* parameters and resources.  these should be wrapped	*/
Line 95... Line 95...
95
    XRectangle clip;			/* The clipping rectangle */
95
    XRectangle clip;			/* The clipping rectangle */
96
 
96
 
97
    int usefixed;
97
    int usefixed;
98
    XFontStruct *fixedfont;
98
    XFontStruct *fixedfont;
99
    XFontStruct *font;
99
    XFontStruct *font;
-
 
100
    char fontfamily[500];
-
 
101
    char symbolfamily[500];
100
    X_GTYPE type;			/* Window or pixmap? */
102
    X_GTYPE type;			/* Window or pixmap? */
101
    int npages;				/* counter for a pixmap */
103
    int npages;				/* counter for a pixmap */
102
    FILE *fp;				/* file for a bitmap device */
104
    FILE *fp;				/* file for a bitmap device */
103
    char filename[PATH_MAX];		/* filename for a bitmap device */
105
    char filename[PATH_MAX];		/* filename for a bitmap device */
104
    int quality;			/* JPEG quality */
106
    int quality;			/* JPEG quality */