The R Project SVN R

Rev

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

Rev 83689 Rev 84150
Line 270... Line 270...
270
     * (the devices don't see it).
270
     * (the devices don't see it).
271
     */
271
     */
272
    Rboolean displayListOn;  /* toggle for display list status */
272
    Rboolean displayListOn;  /* toggle for display list status */
273
    SEXP displayList;        /* display list */
273
    SEXP displayList;        /* display list */
274
    SEXP DLlastElt;          /* A pointer to the end of the display list
274
    SEXP DLlastElt;          /* A pointer to the end of the display list
275
				to avoid tranversing pairlists */
275
				to avoid traversing pairlists */
276
    SEXP savedSnapshot;      /* The last element of the display list
276
    SEXP savedSnapshot;      /* The last element of the display list
277
			      * just prior to when the display list
277
			      * just prior to when the display list
278
			      * was last initialised
278
			      * was last initialised
279
			      */
279
			      */
280
    Rboolean dirty;          /* Has the device received any output? */
280
    Rboolean dirty;          /* Has the device received any output? */