summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-01-12 19:14:46 +0100
committerDave Davenport <qball@gmpclient.org>2015-01-12 19:14:46 +0100
commita8843af9f39c43be0db1b3c61e6767fc681a03e6 (patch)
tree72e6b8283f20a5c9985de0bf37c0c2bcdfc0696e /test
parent965e7a94bfdd6ba519b713f79dc290f3a46ef9f5 (diff)
Add support for alternating row colors.
Diffstat (limited to 'test')
-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 09ba9973..fdeac0c3 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -49,7 +49,7 @@ int main ( int argc, char **argv )
color_get ( display, config.menu_bg ) );
TASSERT( mw != None );
- textbox_setup ( config.menu_bg, config.menu_fg,
+ textbox_setup ( config.menu_bg, config.menu_bg_alt, config.menu_fg,
config.menu_hlbg, config.menu_hlfg );
textbox *box = textbox_create(mw , TB_EDITABLE|TB_AUTOWIDTH|TB_AUTOHEIGHT, 0,0, -1, -1, NORMAL, "test");
TASSERT( box != NULL );