diff options
Diffstat (limited to 'tests/testprint.c')
-rw-r--r-- | tests/testprint.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testprint.c b/tests/testprint.c index e39c3a9914..1da7af97d9 100644 --- a/tests/testprint.c +++ b/tests/testprint.c @@ -62,7 +62,7 @@ draw_page (GtkPrintOperation *operation, /* Draw some lines */ cairo_move_to (cr, 20, 10); cairo_line_to (cr, 40, 20); - cairo_arc (cr, 60, 60, 20, 0, M_PI); + cairo_arc (cr, 60, 60, 20, 0, G_PI); cairo_line_to (cr, 80, 20); cairo_set_source_rgb (cr, 0, 0, 0); |