The R Project SVN R

Rev

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

Rev 26109 Rev 27526
Line 18... Line 18...
18
 */
18
 */
19
 
19
 
20
#include <Graphics.h>
20
#include <Graphics.h>
21
#include <R_ext/Boolean.h>
21
#include <R_ext/Boolean.h>
22
Rboolean GADeviceDriver(NewDevDesc*, char*, double, double, double, 
22
Rboolean GADeviceDriver(NewDevDesc*, char*, double, double, double, 
23
			Rboolean, int, int, double, int, int, Rboolean);
23
			Rboolean, int, int, double, int, int, Rboolean, SEXP);
24
void GAsetunits(double, double);
24
void GAsetunits(double, double);
25
 
25