The R Project SVN R

Rev

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

Rev 26787 Rev 26857
Line 1... Line 1...
1
/* The beginning of code which represents an R base graphics system
1
/* The beginning of code which represents an R base graphics system
2
 * separate from an R graphics engine (separate from R devices)
2
 * separate from an R graphics engine (separate from R devices)
3
 */
3
 */
4
 
4
 
-
 
5
#ifdef HAVE_CONFIG_H
-
 
6
#include <config.h>
-
 
7
#endif
-
 
8
 
5
#include <Defn.h>
9
#include <Defn.h>
6
#include <Graphics.h>
10
#include <Graphics.h>
7
#include <Rdevices.h>
11
#include <Rdevices.h>
8
 
12
 
9
int baseRegisterIndex = -1;
13
int baseRegisterIndex = -1;