compositor-x11: verify that detectable repeat was really set
authorRan Benita <ran234@gmail.com>
Wed, 31 Oct 2012 18:14:58 +0000 (20:14 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Thu, 1 Nov 2012 15:14:04 +0000 (11:14 -0400)
commit7109cc8b063fa32000810206b1f36f57d4d0c43b
tree811c8b2c85b16bd82cbb541f029e5649132bb441
parent6a39d8790ec6d26c17778547ce66e94c1bc73032
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>
src/compositor-x11.c