test_input: fix compilation for kbd_keysym_to_string()
authorDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 31 Jul 2012 08:01:32 +0000 (10:01 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Tue, 31 Jul 2012 08:01:32 +0000 (10:01 +0200)
commit20e0e69253db56c6eb8eec2911fb187bb50d3934
tree8f6d2793ff6ee958d5d93f252545da8130fab8fa
parentdd3d67a6f468adfdb937adfa2abd990e2a335c72
test_input: fix compilation for kbd_keysym_to_string()

Since we moved to a runtime backend system for the input subsystem, we
cannot access the internal keysym_to_string() helpers anymore. Hence, use
the recently introduced uterm-input forwarding helper.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
tests/test_input.c