The R Project SVN R

Rev

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

Rev 13634 Rev 15641
Line 17... Line 17...
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
17
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
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(DevDesc*, char*, double, double, double, Rboolean, int);
22
Rboolean GADeviceDriver(DevDesc*, char*, double, double, double, 
-
 
23
			Rboolean, int, int);
23
void GAsetunits(double, double);
24
void GAsetunits(double, double);
24
 
25