Print both page label and number in PostScript %%Page headers.

This commit is contained in:
Carl Worth 2006-04-12 10:56:42 -07:00
parent 523f9e46d8
commit 39592788b3

View file

@ -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);