Add support for wl_keyboard::keymap events
authorDaniel Stone <daniel@fooishbar.org>
Fri, 1 Jun 2012 11:14:06 +0000 (12:14 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 1 Jun 2012 15:14:51 +0000 (11:14 -0400)
commitb7452fe3138240ec78e3b4b670aec04f99d4b589
tree2c8ceac31d67871334273d00e051155b871cdbd5
parente2ef43aa0e3e6ca078e10631877910aebafd0360
Add support for wl_keyboard::keymap events

These keymap events communicate the keymap from the compositor to the
clients via fd passing, rather than having the clients separately
compile a map.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
clients/window.c
src/compositor-wayland.c
src/compositor.c
src/compositor.h
tests/test-client.c