The R Project SVN R

Rev

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

Rev 17179 Rev 17204
Line 395... Line 395...
395
 
395
 
396
int StrMatch(char *s, char *t);
396
int StrMatch(char *s, char *t);
397
 
397
 
398
double R_Log10(double);
398
double R_Log10(double);
399
 
399
 
400
#include "GraphicsDevice.h"
400
#include <R_ext/GraphicsDevice.h>
401
#include "GraphicsEngine.h"
401
#include <R_ext/GraphicsEngine.h>
402
#include "GraphicsBase.h"
402
#include <R_ext/GraphicsBase.h>
403
 
403
 
404
/* FIXME: Make this a macro to avoid function call overhead?
404
/* FIXME: Make this a macro to avoid function call overhead?
405
 */
405
 */
406
GPar* Rf_gpptr(DevDesc *dd);
406
GPar* Rf_gpptr(DevDesc *dd);
407
GPar* Rf_dpptr(DevDesc *dd);
407
GPar* Rf_dpptr(DevDesc *dd);