commit | 7109cc8b063fa32000810206b1f36f57d4d0c43b | [log] [tgz] |
---|---|---|
author | Ran Benita <ran234@gmail.com> | Wed Oct 31 20:14:58 2012 +0200 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Thu Nov 01 11:14:04 2012 -0400 |
tree | 811c8b2c85b16bd82cbb541f029e5649132bb441 | |
parent | 6a39d8790ec6d26c17778547ce66e94c1bc73032 [diff] |
compositor-x11: verify that detectable repeat was really set Since the XKB says that support for detectable repeat is in fact optional: http://www.x.org/releases/current/doc/kbproto/xkbproto.html#Querying_and_Changing_Per_Client_Flags we might as well be good citizens and check that it was really set. With the X server this would never happen, though. Signed-off-by: Ran Benita <ran234@gmail.com>