Add keymap argument to weston_seat_init_keyboard
authorDaniel Stone <daniel@fooishbar.org>
Wed, 30 May 2012 15:32:06 +0000 (16:32 +0100)
committerJonas Ådahl <jadahl@gmail.com>
Sun, 10 Nov 2013 16:51:29 +0000 (17:51 +0100)
commit37f83e26663a18d0bdd8fe0ac0e6a8ca0126f467
treed75402b033713e86eedad8656fe51d391afa8a78
parent619215f6ce325a4f0a4de6cb63c7d640c36bc99c
Add keymap argument to weston_seat_init_keyboard

This allows backends to generate their own keymaps and pass them in for
use rather than always forcing a single global keymap, which is
particularly useful for nested compositors.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
src/evdev.c