summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-09-28 21:41:58 +0200
committerQC <qball@gmpclient.org>2015-09-28 21:41:58 +0200
commit29360b20aaa0ad5f0ffcbd251f143ed2d7d6b0af (patch)
tree99aa43e3b7e565eef8a7d6a3bb28d907254efbf7 /test/textbox-test.c
parentca8ff80a5c41b552694cf20deef85c29d29a4acf (diff)
Parse name in textbox.
Diffstat (limited to 'test/textbox-test.c')
-rw-r--r--test/textbox-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 3c4aade1..5a578edb 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -90,7 +90,7 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
cairo_set_operator ( draw, CAIRO_OPERATOR_SOURCE );
// Set alternate row to normal row.
config.menu_bg_alt = config.menu_bg;
- textbox_setup ( );
+ textbox_setup ( display );
textbox *box =
textbox_create ( TB_EDITABLE | TB_AUTOWIDTH | TB_AUTOHEIGHT, 0, 0, -1, -1,
NORMAL,