The R Project SVN R

Rev

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

Rev 50745 Rev 50746
Line 2674... Line 2674...
2674
}
2674
}
2675
 
2675
 
2676
static SEXP in_do_X11(SEXP call, SEXP op, SEXP args, SEXP env)
2676
static SEXP in_do_X11(SEXP call, SEXP op, SEXP args, SEXP env)
2677
{
2677
{
2678
    const char *display, *cname, *devname, *title;
2678
    const char *display, *cname, *devname, *title;
2679
    char *vmax;
2679
    const void *vmax;
2680
    double height, width, ps, gamma;
2680
    double height, width, ps, gamma;
2681
    int colormodel, maxcubesize, bgcolor, canvascolor, res, xpos, ypos,
2681
    int colormodel, maxcubesize, bgcolor, canvascolor, res, xpos, ypos,
2682
	useCairo, antialias;
2682
	useCairo, antialias;
2683
    SEXP sc, sfonts;
2683
    SEXP sc, sfonts;
2684
 
2684