Send key events to listeners assumed to be hung, but don't block
authorMike Gorse <mgorse@novell.com>
Fri, 24 Feb 2012 22:22:50 +0000 (16:22 -0600)
committerMike Gorse <mgorse@novell.com>
Fri, 24 Feb 2012 22:22:50 +0000 (16:22 -0600)
commit2cf16b3ec3777d1337e02d6a7850290a259eda5b
tree46aa7593d815b8937478c1731f1ec642e813361f
parent8e3437f787a6d12a1b40ba73c109eca1e3f95f7c
Send key events to listeners assumed to be hung, but don't block

Orca would sometimes fail to notice that its modifier key was released
since it was presumed to be hung and would not be sent the event. So,
rather than ignore event listeners assumed to be hung, we'll send them
the notifications for the keys that they're listening to but not wait
for a reply, instead assuming that they are not consumed.
registryd/deviceeventcontroller.c