notify_key: Add update_state argument
authorDaniel Stone <daniel@fooishbar.org>
Fri, 22 Jun 2012 12:21:37 +0000 (13:21 +0100)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 22 Jun 2012 15:52:07 +0000 (11:52 -0400)
commit1b4e11f38e5ed7abb85e599483a62cb303cc543d
treef09767a628d44f567995e109ce63a353cd420179
parent3ee91e1879301573a320551a19f99da0a715ff86
notify_key: Add update_state argument

If update_state is true, then notify_key will continue to call
xkb_key_update_state to update the local state mask, as before this
commit.  Otherwise, it will rely on the compositor to manually update
the state itself, for nested compositors.

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