The R Project SVN R

Rev

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

Rev 45475 Rev 47228
Line 150... Line 150...
150
    Rboolean useCairo, buffered;
150
    Rboolean useCairo, buffered;
151
    cairo_t *cc, *xcc;
151
    cairo_t *cc, *xcc;
152
    cairo_surface_t *cs, *xcs;
152
    cairo_surface_t *cs, *xcs;
153
    cairo_antialias_t antialias;
153
    cairo_antialias_t antialias;
154
#endif
154
#endif
-
 
155
 
-
 
156
    double fontscale;
155
} X11Desc;
157
} X11Desc;
156
 
158
 
157
typedef X11Desc* pX11Desc;
159
typedef X11Desc* pX11Desc;
158
 
160
 
159
 
161