The R Project SVN R

Rev

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

Rev 56868 Rev 56898
Line 490... Line 490...
490
     * probably only be implemented for screen devices.
490
     * probably only be implemented for screen devices.
491
     *
491
     *
492
     * added 2010-06-27
492
     * added 2010-06-27
493
     *
493
     *
494
     * As from R 2.13.2 this can be left unimplemented as NULL.
494
     * As from R 2.13.2 this can be left unimplemented as NULL.
-
 
495
     * For earlier versions of R it should return R_NilValue.
495
     */
496
     */
496
#if R_USE_PROTOTYPES
497
#if R_USE_PROTOTYPES
497
    SEXP (*cap)(pDevDesc dd);
498
    SEXP (*cap)(pDevDesc dd);
498
#else
499
#else
499
    SEXP (*cap)();
500
    SEXP (*cap)();