summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-04-06 17:13:26 +0200
committerQC <qball@gmpclient.org>2015-04-06 17:13:26 +0200
commit2590ecf7e5729acf0394d2d3d8e4269f430c7754 (patch)
tree58f03b0104f66ee4cf8c1775450044204db09f62 /test
parent95fd6402f3714595ca42af83a4e87a7f24e2b95f (diff)
ADd new coloring scheme.
Diffstat (limited to 'test')
-rw-r--r--test/textbox-test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index fdab21ec..5ca3fd47 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -73,8 +73,7 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
TASSERT( mw != None );
// Set alternate row to normal row.
config.menu_bg_alt = config.menu_bg;
- textbox_setup ( &vinfo, map, config.menu_bg, config.menu_bg_alt, config.menu_fg,
- config.menu_hlbg, config.menu_hlfg );
+ textbox_setup ( &vinfo, map );
textbox *box = textbox_create(mw , &vinfo, map, TB_EDITABLE|TB_AUTOWIDTH|TB_AUTOHEIGHT, 0,0, -1, -1, NORMAL, "test");
TASSERT( box != NULL );