mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-06-15 22:08:53 +02:00
cairo-pdf.h: Add missing cairo_public decorators
(cherry picked from 7bb72f6453 commit)
This commit is contained in:
parent
8a1d9ca2dd
commit
ba76564270
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue