mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-03-30 17:40:46 +02:00
PS: fix compiler warning introduced by previous commit
This commit is contained in:
parent
cd0ea998b6
commit
1ea07fdb70
1 changed files with 2 additions and 1 deletions
|
|
@ -654,7 +654,8 @@ _cairo_ps_surface_emit_type3_font_subset (cairo_ps_surface_t *surface,
|
|||
cairo_status_t status;
|
||||
cairo_matrix_t matrix;
|
||||
unsigned int i;
|
||||
cairo_box_t font_bbox, bbox;
|
||||
cairo_box_t font_bbox = {{0,0},{0,0}};
|
||||
cairo_box_t bbox = {{0,0},{0,0}};
|
||||
|
||||
_cairo_output_stream_printf (surface->final_stream,
|
||||
"%% _cairo_ps_surface_emit_type3_font_subset\n");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue