aboutsummaryrefslogtreecommitdiff
path: root/tests/render_test_sc1.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/render_test_sc1.c')
-rw-r--r--tests/render_test_sc1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/render_test_sc1.c b/tests/render_test_sc1.c
index cf297e9..46a9c44 100644
--- a/tests/render_test_sc1.c
+++ b/tests/render_test_sc1.c
@@ -54,7 +54,7 @@ static gboolean draw_sig(GtkWidget *da, cairo_t *cr, gpointer data)
w = gtk_widget_get_allocated_width(da);
h = gtk_widget_get_allocated_height(da);
- surface = render_sc(scblocks, w, h, w, h, NULL, NULL,
+ surface = render_sc(scblocks, w, h, w, h, NULL, NULL, NULL,
ISZ_EDITOR, 1);
cairo_rectangle(cr, 0.0, 0.0, w, h);
cairo_set_source_surface(cr, surface, 0.0, 0.0);