mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 08:08:04 +02:00
Print both page label and number in PostScript %%Page headers.
This commit is contained in:
parent
523f9e46d8
commit
39592788b3
1 changed files with 1 additions and 1 deletions
|
|
@ -320,7 +320,7 @@ static void
|
|||
_cairo_ps_surface_start_page (cairo_ps_surface_t *surface)
|
||||
{
|
||||
_cairo_output_stream_printf (surface->stream,
|
||||
"%%%%Page: %d\n",
|
||||
"%%%%Page: %d %d\n",
|
||||
++surface->num_pages);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue