The R Project SVN R

Rev

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

Rev 68949 Rev 70046
Line 16... Line 16...
16
 *  You should have received a copy of the GNU General Public License
16
 *  You should have received a copy of the GNU General Public License
17
 *  along with this program; if not, a copy is available at
17
 *  along with this program; if not, a copy is available at
18
 *  https://www.R-project.org/Licenses/
18
 *  https://www.R-project.org/Licenses/
19
 */
19
 */
20
 
20
 
-
 
21
/* Internal header, not installed */
-
 
22
 
21
#ifndef GRAPHICS_H_
23
#ifndef GRAPHICS_H_
22
#define GRAPHICS_H_
24
#define GRAPHICS_H_
23
 
25
 
24
/* This is a private header */
-
 
25
 
-
 
26
#include <R_ext/Boolean.h>
26
#include <R_ext/Boolean.h>
27
 
27
 
28
#include <R_ext/GraphicsEngine.h>
28
#include <R_ext/GraphicsEngine.h>
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;
-
 
35
 
-
 
36
/* base.c, graphics.c, par.c */
34
/* base.c, graphics.c, par.c */
37
#define MAX_LAYOUT_ROWS 200
35
#define MAX_LAYOUT_ROWS 200
38
#define MAX_LAYOUT_COLS 200
36
#define MAX_LAYOUT_COLS 200
39
#define MAX_LAYOUT_CELLS 10007 /* must be less than 65535,
37
#define MAX_LAYOUT_CELLS 10007 /* must be less than 65535,
40
				3 copies, 3bytes each */
38
				3 copies, 3bytes each */