The R Project SVN R

Rev

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

Rev 78760 Rev 79409
Line 75... Line 75...
75
 *             - linear gradients
75
 *             - linear gradients
76
 *             - radial gradients
76
 *             - radial gradients
77
 *             - patterns
77
 *             - patterns
78
 *             - clipping paths
78
 *             - clipping paths
79
 *             - masks
79
 *             - masks
-
 
80
 *             Added deviceVersion
-
 
81
 * Version 14: Added deviceClip
80
 */
82
 */
81
#define R_GE_definitions 13
83
#define R_GE_definitions 13
-
 
84
#define R_GE_deviceClip  14
82
 
85
 
83
#define R_GE_version R_GE_definitions
86
#define R_GE_version R_GE_deviceClip
84
 
87
 
85
int R_GE_getVersion(void);
88
int R_GE_getVersion(void);
86
 
89
 
87
void R_GE_checkVersionOrDie(int version);
90
void R_GE_checkVersionOrDie(int version);
88
 
91