The R Project SVN R

Rev

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

Rev 11067 Rev 12778
Line 23... Line 23...
23
#endif
23
#endif
24
 
24
 
25
#include "Defn.h"
25
#include "Defn.h"
26
#include "Graphics.h"
26
#include "Graphics.h"
27
#include "Fileio.h"
27
#include "Fileio.h"
28
#include "Devices.h"
28
#include <Rdevices.h>
29
 
29
 
30
	/* device-specific information per picTeX device */
30
	/* device-specific information per picTeX device */
31
 
31
 
32
#define DOTSperIN	72.27
32
#define DOTSperIN	72.27
33
#define in2dots(x) 	(DOTSperIN * x)
33
#define in2dots(x) 	(DOTSperIN * x)