38 #ifndef R_X11_MODULE_H
39 #define R_X11_MODULE_H
42 #include <Rconnections.h>
47 typedef Rboolean (*R_GetX11ImageRoutine)(
int d,
void *pximage,
48 int *pwidth,
int *pheight);
49 typedef int (*R_X11_access)(void);
51 typedef Rboolean (*R_X11clp)(Rclpconn,
char*);
57 R_X11DataEntryRoutine de;
58 R_GetX11ImageRoutine image;
67 R_X11Routines *R_setX11Routines(R_X11Routines *routines);