The R Project SVN R

Rev

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

Rev 33305 Rev 33311
Line 29... Line 29...
29
typedef SEXP (*R_X11DataEntryRoutine)(SEXP call, SEXP op, SEXP args, SEXP rho);
29
typedef SEXP (*R_X11DataEntryRoutine)(SEXP call, SEXP op, SEXP args, SEXP rho);
30
typedef Rboolean (*R_GetX11ImageRoutine)(int d, void *pximage, 
30
typedef Rboolean (*R_GetX11ImageRoutine)(int d, void *pximage, 
31
					 int *pwidth, int *pheight);
31
					 int *pwidth, int *pheight);
32
typedef int (*R_X11_access)();
32
typedef int (*R_X11_access)();
33
 
33
 
34
typedef Rboolean (*R_X11clp)(Rclpconn);
34
typedef Rboolean (*R_X11clp)(Rclpconn, char*);
35
 
35
 
36
 
36
 
37
typedef struct {
37
typedef struct {
38
    R_do_X11 X11;
38
    R_do_X11 X11;
39
    R_X11DataEntryRoutine de;
39
    R_X11DataEntryRoutine de;