The R Project SVN R

Rev

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

Rev 33359 Rev 34864
Line 28... Line 28...
28
    /* local device copy so that we can detect */
28
    /* local device copy so that we can detect */
29
    /* when parameter changes */
29
    /* when parameter changes */
30
    int   col;			   /* Color */
30
    int   col;			   /* Color */
31
    int   bg;			   /* Background */
31
    int   bg;			   /* Background */
32
    int   fontface;		   /* Typeface */
32
    int   fontface;		   /* Typeface */
33
    int   fontsize, basefontsize;  /* Size in points */
33
    int   fontsize, basefontsize;  /* Size in points.  fontsize has been adjusted
-
 
34
    					for dpi diffs, basefontsize has not */
34
    double fontangle;
35
    double fontangle;
35
 
36
 
36
    /* devga Driver Specific */
37
    /* devga Driver Specific */
37
    /* parameters with copy per devga device */
38
    /* parameters with copy per devga device */
38
 
39
 
Line 93... Line 94...
93
    float lmitre;
94
    float lmitre;
94
    Rboolean enterkey; /* Set true when enter key is hit */
95
    Rboolean enterkey; /* Set true when enter key is hit */
95
    SEXP eventRho;     /* Environment during event handling */
96
    SEXP eventRho;     /* Environment during event handling */
96
    SEXP eventResult;  /* Result of event handler */
97
    SEXP eventResult;  /* Result of event handler */
97
    Rboolean (*newFrameConfirm)();
98
    Rboolean (*newFrameConfirm)();
-
 
99
    double lwdscale;   /* scale factor for lwd */
-
 
100
    RCNTXT *cntxt;     /* context for unwinding on error */
98
} gadesc;
101
} gadesc;