summaryrefslogtreecommitdiffstats
path: root/test/textbox-test.c
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2015-04-30 21:47:32 +0200
committerDave Davenport <qball@gmpclient.org>2015-04-30 21:52:30 +0200
commita70404f12812f3c26d122fc304a294bfcd72a0bf (patch)
treecec21de8a73ec4d3c6c78b4eb420582236d91b73 /test/textbox-test.c
parentbee103aea8568ac364da2d8e685435e22a9367fb (diff)
First part of infrastructure for Issue: #131 customizable keybindings.
Diffstat (limited to 'test/textbox-test.c')
-rw-r--r--test/textbox-test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/textbox-test.c b/test/textbox-test.c
index a9bab187..899c7f2e 100644
--- a/test/textbox-test.c
+++ b/test/textbox-test.c
@@ -62,6 +62,8 @@ int main ( G_GNUC_UNUSED int argc, G_GNUC_UNUSED char **argv )
return EXIT_FAILURE;
}
create_visual_and_colormap();
+
+ setup_abe();
TASSERT( display != NULL );
XSetWindowAttributes attr;
attr.colormap = map;