Support wl_keyboard::modifiers event
authorDaniel Stone <daniel@fooishbar.org>
Thu, 31 May 2012 19:27:47 +0000 (15:27 -0400)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 31 May 2012 19:27:47 +0000 (15:27 -0400)
commit351eb61fbcb32227c8fcbac3123f9d3ca185d58a
tree86ccd10b744181e0b3487c9735f8647a38fdb84d
parent7ace3902f9797c6a46808b0999655f20ecbaf8a3
Support wl_keyboard::modifiers event

This event lets the compositor inform clients of the canonical keyboard
modifier/group state.  Make sure we send it at appropriate moments from
the compositor, and listen for it in clients as well.

Signed-off-by: Daniel Stone <daniel@fooishbar.org>
clients/window.c
src/compositor-wayland.c
src/compositor-x11.c
src/compositor.c
src/compositor.h
src/shell.c
src/util.c