The R Project SVN R

Rev

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

Rev 17204 Rev 17270
Line 56... Line 56...
56
     * checks, after each replayed action, that the action 
56
     * checks, after each replayed action, that the action 
57
     * produced valid output.  This is the graphics system's
57
     * produced valid output.  This is the graphics system's
58
     * chance to say that the output is crap (in which case the
58
     * chance to say that the output is crap (in which case the
59
     * graphics engine will abort the display list replay).
59
     * graphics engine will abort the display list replay).
60
     */
60
     */
61
    GE_CheckPlot = 7
61
    GE_CheckPlot = 7,
-
 
62
    /* The device wants to scale the current pointsize
-
 
63
     * (for scaling an image)
-
 
64
     * This is not a nice general solution, but a quick fix for 
-
 
65
     * the Windows device.
-
 
66
     */
-
 
67
    GE_ScalePS = 8
62
} GEevent;
68
} GEevent;
63
 
69
 
64
/* The full definition should be ...
70
/* The full definition should be ...
65
 *    typedef SEXP (* GEcallback)(GEvent, *GEDevDesc, SEXP);
71
 *    typedef SEXP (* GEcallback)(GEvent, *GEDevDesc, SEXP);
66
 *
72
 *