commit | 5069280d29e7e210868b64c16daf110d761b84cb | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Fri Jun 22 13:21:41 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Jun 22 11:52:07 2012 -0400 |
tree | 94da76261ccf2677587e83c8ffe0572637a9dc30 | |
parent | 154c34c8511b73d88ea0f86c23d97e085032d918 [diff] |
compositor-wayland: Synchronise keyboard state with parent Use the wl_keyboard::modifiers events our parent helpfully sends us to make sure our views of the keyboard state are always identical, rather than relying on key press events to do the right thing. Signed-off-by: Daniel Stone <daniel@fooishbar.org>