The R Project SVN R

Rev

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

Rev 59261 Rev 61351
Line 29... Line 29...
29
/* needed for R_GE_lineend/join, R_GE_gcontext */
29
/* needed for R_GE_lineend/join, R_GE_gcontext */
30
 
30
 
31
#define R_GRAPHICS 1
31
#define R_GRAPHICS 1
32
#include <Rgraphics.h> /* RUnit */
32
#include <Rgraphics.h> /* RUnit */
33
 
33
 
34
typedef unsigned int rcolor;
34
//typedef unsigned int rcolor;
35
 
35
 
36
/* base.c, graphics.c, par.c */
36
/* base.c, graphics.c, par.c */
37
#define MAX_LAYOUT_ROWS 200
37
#define MAX_LAYOUT_ROWS 200
38
#define MAX_LAYOUT_COLS 200
38
#define MAX_LAYOUT_COLS 200
39
#define MAX_LAYOUT_CELLS 10007 /* must be less than 65535,
39
#define MAX_LAYOUT_CELLS 10007 /* must be less than 65535,