aboutsummaryrefslogtreecommitdiffstats
path: root/gtktest.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2017-04-12 13:09:44 +0200
committerGerd Hoffmann <kraxel@redhat.com>2017-04-12 13:09:44 +0200
commit4e817452368c0ca9edb0784fef8d7155c634652f (patch)
treefbce6622180ceef6d0720612a849c904ecd270f3 /gtktest.c
parent4b29807b655e59715d0ca3256484271df63a90f9 (diff)
downloaddrminfo-4e817452368c0ca9edb0784fef8d7155c634652f.tar.gz
info rendering
Diffstat (limited to 'gtktest.c')
-rw-r--r--gtktest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtktest.c b/gtktest.c
index 8deb52b..43cb2dc 100644
--- a/gtktest.c
+++ b/gtktest.c
@@ -13,7 +13,7 @@ static gboolean on_draw_event(GtkWidget *widget, cairo_t *cr,
height = gtk_widget_get_allocated_height(widget);
snprintf(info, sizeof(info), "gtktest: %dx%d",
width, height);
- render_test(cr, width, height, info);
+ render_test(cr, width, height, info, NULL);
return FALSE;
}