The R Project SVN R

Rev

Rev 27526 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 27526 Rev 29320
Line 1... Line 1...
1
/*
1
/*
2
 *  R : A Computer Langage for Statistical Data Analysis
2
 *  R : A Computer Langage for Statistical Data Analysis
3
 *  Copyright (C) 1998-2003  Guido Masarotto and Brian Ripley
3
 *  Copyright (C) 1998-200  Guido Masarotto and Brian Ripley
-
 
4
 *  Copyright (C) 2004        The R Foundation
4
 *
5
 *
5
 *  This program is free software; you can redistribute it and/or modify
6
 *  This program is free software; you can redistribute it and/or modify
6
 *  it under the terms of the GNU General Public License as published by
7
 *  it under the terms of the GNU General Public License as published by
7
 *  the Free Software Foundation; either version 2 of the License, or
8
 *  the Free Software Foundation; either version 2 of the License, or
8
 *  (at your option) any later version.
9
 *  (at your option) any later version.
Line 18... Line 19...
18
 */
19
 */
19
 
20
 
20
#include <Graphics.h>
21
#include <Graphics.h>
21
#include <R_ext/Boolean.h>
22
#include <R_ext/Boolean.h>
22
Rboolean GADeviceDriver(NewDevDesc*, char*, double, double, double, 
23
Rboolean GADeviceDriver(NewDevDesc*, char*, double, double, double, 
23
			Rboolean, int, int, double, int, int, Rboolean, SEXP);
24
			Rboolean, int, int, int, double, int, int, 
-
 
25
			Rboolean, SEXP);
24
void GAsetunits(double, double);
26
void GAsetunits(double, double);
25
 
27