mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-06 19:48:02 +02:00
[paginated] Also increase page number in copy_page
This commit is contained in:
parent
dc0043383b
commit
c9ddb86e67
1 changed files with 2 additions and 0 deletions
|
|
@ -300,6 +300,8 @@ _cairo_paginated_surface_copy_page (void *abstract_surface)
|
|||
|
||||
_paint_page (surface);
|
||||
|
||||
surface->page_num++;
|
||||
|
||||
/* XXX: It might make sense to add some suport here for calling
|
||||
* _cairo_surface_copy_page on the target surface. It would be an
|
||||
* optimization for the output, (so that PostScript could include
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue