X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcairo.h;h=cdd55369005364f1a69b303617b38727b713147f;hb=8e4a0daa2b60e5ebf6fa4ff83ad98d78a8de0dff;hp=7ed828f515d61b24d7c5153cde9dc831dd7d44fe;hpb=9021515cfa1489f9cd37e7440807bdd1d40de37a;p=pspp diff --git a/src/output/cairo.h b/src/output/cairo.h index 7ed828f515..cdd5536900 100644 --- a/src/output/cairo.h +++ b/src/output/cairo.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2009, 2010 Free Software Foundation, Inc. + Copyright (C) 2009, 2010, 2014 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -38,6 +38,7 @@ void xr_driver_destroy (struct xr_driver *); struct xr_rendering *xr_rendering_create (struct xr_driver *, const struct output_item *, cairo_t *); +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);