Fix stuck modifiers on client exit
authorDerek Foreman <derekf@osg.samsung.com>
Fri, 6 Mar 2015 18:08:24 +0000 (13:08 -0500)
committerChris Michael <cp.michael@samsung.com>
Fri, 6 Mar 2015 18:08:24 +0000 (13:08 -0500)
commit6e4214c8adaa2ae7bc0a864295d42c068ca6a59c
treeb1af3b9990c6ca51a7e8b6dd56e96901fa94e9a7
parent08b9194c12315d18cb321ae4eee9583dc0be8a74
Fix stuck modifiers on client exit

Summary:
We still need to remove the active keys when focus_out happens, even
if the pixmap is already gone.  If we don't and a modifier was held
down during exit then the xkb state will have that modifier stuck
forever.

Reviewers: zmike, devilhorns

Subscribers: cedric

Differential Revision: https://phab.enlightenment.org/D2110
src/bin/e_comp_wl.c