Add skeleton for multiple keyboard handling backends
authorRan Benita <ran234@gmail.com>
Tue, 17 Jan 2012 21:12:44 +0000 (23:12 +0200)
committerDavid Herrmann <dh.herrmann@googlemail.com>
Mon, 23 Jan 2012 12:44:07 +0000 (13:44 +0100)
commit7cf93b89307f7a078e7f6d9ec3c414a12aead2ac
tree0b50c4aa4719fe62ffa8386754a949fb2807ac9b
parent629221b06039781db33a69e5b06eb9563ccbb77f
Add skeleton for multiple keyboard handling backends

This defines the API the keyboard backends will need to implement. It is
based on what's in input_xkb.h but cleaned up and simplified.

Signed-off-by: Ran Benita <ran234@gmail.com>
Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>
src/kbd.h [new file with mode: 0644]