From a70404f12812f3c26d122fc304a294bfcd72a0bf Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Thu, 30 Apr 2015 21:47:32 +0200 Subject: First part of infrastructure for Issue: #131 customizable keybindings. --- test/textbox-test.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/textbox-test.c') 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; -- cgit v1.2.3