The R Project SVN R

Rev

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

Rev 44195 Rev 44551
Line 35... Line 35...
35
typedef Rboolean (*R_X11clp)(Rclpconn, char*);
35
typedef Rboolean (*R_X11clp)(Rclpconn, char*);
36
 
36
 
37
 
37
 
38
typedef struct {
38
typedef struct {
39
    R_do_X11 X11;
39
    R_do_X11 X11;
-
 
40
    R_do_X11 jpeg;
-
 
41
    R_do_X11 png;
-
 
42
    R_do_X11 saveplot;
40
    R_X11DataEntryRoutine de;
43
    R_X11DataEntryRoutine de;
41
    R_GetX11ImageRoutine  image;
44
    R_GetX11ImageRoutine  image;
42
    R_X11_access access;
45
    R_X11_access access;
43
    R_X11clp readclp;
46
    R_X11clp readclp;
44
    R_X11DataViewer dv;
47
    R_X11DataViewer dv;