The R Project SVN R

Rev

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

Rev 20431 Rev 22931
Line 149... Line 149...
149
/* opaque structure */
149
/* opaque structure */
150
int dummy;
150
int dummy;
151
} DevDesc;
151
} DevDesc;
152
#endif /* R_GRAPHICS_INTERNAL */
152
#endif /* R_GRAPHICS_INTERNAL */
153
 
153
 
154
#ifndef R_NO_REMAP
-
 
155
#define CreateAtVector		Rf_CreateAtVector
154
#define CreateAtVector		Rf_CreateAtVector
156
#define curDevice		Rf_curDevice
155
#define curDevice		Rf_curDevice
157
#define CurrentDevice		Rf_CurrentDevice
156
#define CurrentDevice		Rf_CurrentDevice
158
#define currentFigureLocation	Rf_currentFigureLocation
157
#define currentFigureLocation	Rf_currentFigureLocation
159
#define FixupCex		Rf_FixupCex
158
#define FixupCex		Rf_FixupCex
Line 228... Line 227...
228
#define yDevtoNDC		Rf_yDevtoNDC
227
#define yDevtoNDC		Rf_yDevtoNDC
229
#define yDevtoNFC		Rf_yDevtoNFC
228
#define yDevtoNFC		Rf_yDevtoNFC
230
#define yDevtoNPC		Rf_yDevtoNPC
229
#define yDevtoNPC		Rf_yDevtoNPC
231
#define yDevtoUsr		Rf_yDevtoUsr
230
#define yDevtoUsr		Rf_yDevtoUsr
232
#define yNPCtoUsr		Rf_yNPCtoUsr
231
#define yNPCtoUsr		Rf_yNPCtoUsr
233
#endif
-
 
234
 
232
 
235
 
233
 
236
		/* User Callable Functions */
234
		/* User Callable Functions */
237
 
235
 
238
 
236