The R Project SVN R

Rev

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

Rev 78759 Rev 79409
Line 718... Line 718...
718
     * graphics device packages BEFORE they update to 
718
     * graphics device packages BEFORE they update to 
719
     * changes in R_GE_version.
719
     * changes in R_GE_version.
720
     */
720
     */
721
    int deviceVersion;
721
    int deviceVersion;
722
 
722
 
-
 
723
    /* This can be used to OVERRIDE canClip so that graphics engine
-
 
724
     * leaves ALL clipping to the graphics device 
-
 
725
     */
-
 
726
    Rboolean deviceClip;
-
 
727
 
723
    /* Area for future expansion.
728
    /* Area for future expansion.
724
       By zeroing this, devices are more likely to work if loaded
729
       By zeroing this, devices are more likely to work if loaded
725
       into a later version of R than that they were compiled under.
730
       into a later version of R than that they were compiled under.
726
    */
731
    */
727
    char reserved[64];
732
    char reserved[64];