X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fcairo.h;h=425811b450ff89e37260e52342040609389c1d7a;hb=e314315b24e8f4356c1e72a61bef6633f8992bf4;hp=cdd55369005364f1a69b303617b38727b713147f;hpb=8e4a0daa2b60e5ebf6fa4ff83ad98d78a8de0dff;p=pspp diff --git a/src/output/cairo.h b/src/output/cairo.h index cdd5536900..425811b450 100644 --- a/src/output/cairo.h +++ b/src/output/cairo.h @@ -42,8 +42,7 @@ void xr_rendering_destroy (struct xr_rendering *); void xr_rendering_apply_options (struct xr_rendering *, struct string_map *o); void xr_rendering_measure (struct xr_rendering *, int *w, int *h); -void xr_rendering_draw (struct xr_rendering *, cairo_t *, - int x, int y, int w, int h); +void xr_rendering_draw_all (struct xr_rendering *r, cairo_t *cr); /* Functions for rendering a series of output items to a series of Cairo contexts, with pagination, possibly including headers.