Make keystroke listeners work even if no other event listeners present
authorMike Gorse <mgorse@novell.com>
Thu, 5 Jan 2012 20:38:26 +0000 (14:38 -0600)
committerMike Gorse <mgorse@novell.com>
Thu, 5 Jan 2012 20:38:26 +0000 (14:38 -0600)
commited52144259befc8db7e2b80599ba670b3cba38ba
tree69cc391e8e3b219f7f235627237a82cb70e7265c
parent7787ad5cbdf4b1f130008a2506463b6d824db8df
Make keystroke listeners work even if no other event listeners present

Fetch a list of active keystroke and mouse event listeners, and monitor
for changes. Enable event watching if keyboard listeners are present.
This requires the newest revision of at-spi2-core.

Fixes http://bugzilla.gnome.org/show_bug.cgi?id=666870
atk-adaptor/bridge.c