summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQC <qball@gmpclient.org>2015-04-06 20:55:33 +0200
committerQC <qball@gmpclient.org>2015-04-06 20:55:33 +0200
commit10b22e0c7dd8f3f91165f3f25dec99b72cecf8ad (patch)
tree74a65647eb6f58c98286c247ceeb56e0008b961b
parentc276090b183b2c78f97bd8fa329fd9347c774515 (diff)
Update test.
-rw-r--r--test/textbox-test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index 5ca3fd47..a9bab187 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -65,8 +65,8 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
TASSERT( display != NULL );
XSetWindowAttributes attr;
attr.colormap = map;
- attr.border_pixel = color_get ( display, config.menu_bc );
- attr.background_pixel = color_get ( display, config.menu_bg );
+ attr.border_pixel = color_get ( display, "white" );
+ attr.background_pixel = color_get ( display, "black");
Window mw = XCreateWindow ( display, DefaultRootWindow ( display ),
0, 0, 200, 100, config.menu_bw, vinfo.depth, InputOutput,
vinfo.visual, CWColormap | CWBorderPixel | CWBackPixel, &attr );