The R Project SVN R

Rev

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

Rev 29921 Rev 31643
Line 122... Line 122...
122
     * graphics engine (GEDevDesc), but this is another thing that
122
     * graphics engine (GEDevDesc), but this is another thing that
123
     * needs more time to implement a change properly.
123
     * needs more time to implement a change properly.
124
     */
124
     */
125
    Rboolean displayListOn;     /* toggle for display list status */
125
    Rboolean displayListOn;     /* toggle for display list status */
126
    SEXP displayList;           /* display list */
126
    SEXP displayList;           /* display list */
-
 
127
    SEXP DLlastElt;
127
    SEXP savedSnapshot;         /* The last value of the display list
128
    SEXP savedSnapshot;         /* The last value of the display list
128
				 * just prior to when the display list
129
				 * just prior to when the display list
129
				 * was last initialised
130
				 * was last initialised
130
				 */
131
				 */
131
    /********************************************************
132
    /********************************************************