uterm: input: pass xkb parameters from outside
authorDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 11 Aug 2012 20:41:53 +0000 (22:41 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Sat, 11 Aug 2012 20:41:53 +0000 (22:41 +0200)
commitf4b4bc2ee4e3805d04f85f11900e4642de902001
treea16f269c76a1d64c391bee16608c7fab615c560e
parentc9ccc70fcbbe6631248e74d0361aa92dc9c1ea30
uterm: input: pass xkb parameters from outside

Instead of accessing the kmscon configuration from the uterm code, we
should pass it in on creation. Otherwise, uterm depends on main.c which
would be really ugly.

Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/main.c
src/uterm.h
src/uterm_input.c