The R Project SVN R

Rev

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

Rev 17204 Rev 18917
Line 79... Line 79...
79
    int startfont;
79
    int startfont;
80
    double startgamma;
80
    double startgamma;
81
    void *deviceSpecific;	/* pointer to device specific parameters */
81
    void *deviceSpecific;	/* pointer to device specific parameters */
82
    Rboolean displayListOn;     /* toggle for display list status */
82
    Rboolean displayListOn;     /* toggle for display list status */
83
    SEXP displayList;           /* display list */
83
    SEXP displayList;           /* display list */
-
 
84
    SEXP savedSnapshot;         /* The last value of the display list
-
 
85
				 * just prior to when the display list
-
 
86
				 * was last initialised
-
 
87
				 */
84
    Rboolean ask;	        /* User confirmation of ``page eject'' */
88
    Rboolean ask;	        /* User confirmation of ``page eject'' */
85
    /********************************************************
89
    /********************************************************
86
     * Device procedures.
90
     * Device procedures.
87
     ********************************************************/
91
     ********************************************************/
88
    /*
92
    /*