diff options
Diffstat (limited to 'tests/render_test_sc1.c')
-rw-r--r-- | tests/render_test_sc1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/render_test_sc1.c b/tests/render_test_sc1.c index bccc49d..03a8ec5 100644 --- a/tests/render_test_sc1.c +++ b/tests/render_test_sc1.c @@ -60,7 +60,7 @@ 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); + layout_frame(fr, allocation.width, allocation.height, pc); render_frame(fr, cr, pc); return FALSE; |