diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-06 09:59:31 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-06 09:59:31 +0100 |
commit | 9612f819292d64c8d2030e513602ee68a3ce0b04 (patch) | |
tree | f4dfb2460f628545fc1ae476e33709fa07eff23f /gtktest.c | |
parent | 77542bdee936b118069d679afa9ac2f8125f1e36 (diff) | |
download | drminfo-9612f819292d64c8d2030e513602ee68a3ce0b04.tar.gz |
info tweaks
Diffstat (limited to 'gtktest.c')
-rw-r--r-- | gtktest.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; } |