mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-05-03 01:58:04 +02:00
test/pixman-rotate.c: Don't issue a show_page, it's already done in cairo-test.c
This commit is contained in:
parent
4f02395267
commit
2928f6eb5f
1 changed files with 0 additions and 2 deletions
|
|
@ -63,8 +63,6 @@ draw (cairo_t *cr, int width, int height)
|
|||
cairo_set_source_surface (cr, stamp, 0, 0);
|
||||
cairo_paint (cr);
|
||||
|
||||
cairo_show_page (cr);
|
||||
|
||||
cairo_surface_destroy (stamp);
|
||||
|
||||
return CAIRO_TEST_SUCCESS;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue