aboutsummaryrefslogtreecommitdiffstats
path: root/gtktest.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2019-02-06 09:59:31 +0100
committerGerd Hoffmann <kraxel@redhat.com>2019-02-06 09:59:31 +0100
commit9612f819292d64c8d2030e513602ee68a3ce0b04 (patch)
treef4dfb2460f628545fc1ae476e33709fa07eff23f /gtktest.c
parent77542bdee936b118069d679afa9ac2f8125f1e36 (diff)
downloaddrminfo-9612f819292d64c8d2030e513602ee68a3ce0b04.tar.gz
info tweaks
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 43a14b3..8c005f9 100644
--- a/gtktest.c
+++ b/gtktest.c
@@ -21,7 +21,7 @@ static gboolean on_draw_event(GtkWidget *widget, cairo_t *cr,
} else {
snprintf(info, sizeof(info), "gtktest: %dx%d",
width, height);
- render_test(cr, width, height, info, NULL);
+ render_test(cr, width, height, info, "line #2", "line #3");
}
return FALSE;
}