The R Project SVN R

Rev

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

Rev 81278 Rev 83684
Line 786... Line 786...
786
#if R_USE_PROTOTYPES
786
#if R_USE_PROTOTYPES
787
    SEXP (*capabilities)(SEXP cap);
787
    SEXP (*capabilities)(SEXP cap);
788
#else
788
#else
789
    SEXP (*capabilities)();
789
    SEXP (*capabilities)();
790
#endif
790
#endif
-
 
791
#if R_USE_PROTOTYPES
-
 
792
    void (*glyph)(int n, int *glyphs, double *x, double *y, 
-
 
793
                  SEXP font, double size,
-
 
794
                  int colour, double rot, pDevDesc dd);
-
 
795
#else
-
 
796
    void (*glyph)();
-
 
797
#endif
791
 
798
 
792
    /* Area for future expansion.
799
    /* Area for future expansion.
793
       By zeroing this, devices are more likely to work if loaded
800
       By zeroing this, devices are more likely to work if loaded
794
       into a later version of R than that they were compiled under.
801
       into a later version of R than that they were compiled under.
795
    */
802
    */