From 818497b050cd1813a6ce421e8bc68d631e76e531 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Wed, 14 Nov 2012 10:54:23 +0100 Subject: Render using lower-level Pango pipeline instead of PangoLayout --- tests/render_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/render_test.c') diff --git a/tests/render_test.c b/tests/render_test.c index 027847a..c800cdb 100644 --- a/tests/render_test.c +++ b/tests/render_test.c @@ -60,8 +60,8 @@ static gboolean draw_sig(GtkWidget *da, cairo_t *cr, struct frame *fr) gtk_widget_get_allocation(da, &allocation); - layout_frame(fr, allocation.width, allocation.height, pc); - render_frame(fr, cr, pc); + layout_frame(fr, allocation.width, allocation.height); + render_frame(fr, cr); return FALSE; } -- cgit v1.2.3