commit | abb9dcdd1fc7431c191d3fc3987bb50d97e673f6 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniel@fooishbar.org> | Fri Jun 22 13:21:33 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Fri Jun 22 11:52:06 2012 -0400 |
tree | f1ebf38b9807caa68fff5b758be40bc4b30cf737 | |
parent | ef17267d38d3b944c4647d44a5a2d5a346db27b5 [diff] |
weston_xkb_info: Cache all modifier indices for X11 X11 has a set of eight modifiers which we want to represent. Cache their indices when we create a weston_xkb_info, so we can use this from compositor-x11 to keep the state synchronised exactly between the host X server and a nested Weston instance. Signed-off-by: Daniel Stone <daniel@fooishbar.org>