The R Project SVN R

Rev

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

Rev 11507 Rev 11509
Line 21... Line 21...
21
#ifndef GRAPHICS_H_
21
#ifndef GRAPHICS_H_
22
#define GRAPHICS_H_
22
#define GRAPHICS_H_
23
 
23
 
24
#define R_GRAPHICS_INTERNAL 1
24
#define R_GRAPHICS_INTERNAL 1
25
 
25
 
26
#include "R_ext/Boolean.h"
26
#include <R_ext/Boolean.h>
27
 
27
 
28
#define R_MaxDevices 64
28
#define R_MaxDevices 64
29
 
29
 
30
#define	DEG2RAD 0.01745329251994329576
30
#define	DEG2RAD 0.01745329251994329576
31
 
31
 
Line 337... Line 337...
337
 * ../gnuwin32/devga.c		GA
337
 * ../gnuwin32/devga.c		GA
338
 * ../unix/gnome/devGTK.c	GTK
338
 * ../unix/gnome/devGTK.c	GTK
339
 * ../unix/gnome/devGNOME.c	Gnome
339
 * ../unix/gnome/devGNOME.c	Gnome
340
 */
340
 */
341
 
341
 
342
#include "R_ext/Graphics.h"
342
#include <Rgraphics.h>
343
 
343
 
344
/* Default the settings for general graphical parameters
344
/* Default the settings for general graphical parameters
345
 * (i.e., defaults that do not depend on the device type: */
345
 * (i.e., defaults that do not depend on the device type: */
346
#define GInit			Rf_GInit
346
#define GInit			Rf_GInit
347
void GInit(GPar*);
347
void GInit(GPar*);