cairo-pdf.h: Add missing cairo_public decorators

(cherry picked from 7bb72f6453 commit)
This commit is contained in:
Behdad Esfahbod 2006-09-18 13:32:00 -04:00
parent 8a1d9ca2dd
commit ba76564270

View file

@ -54,7 +54,7 @@ cairo_pdf_surface_create_for_stream (cairo_write_func_t write_func,
double width_in_points,
double height_in_points);
void
cairo_public void
cairo_pdf_surface_set_size (cairo_surface_t *surface,
double width_in_points,
double height_in_points);