redo all x11 client mouse grabbing for focus
authorMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 1 Jul 2015 19:24:05 +0000 (15:24 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Wed, 1 Jul 2015 19:26:28 +0000 (15:26 -0400)
commit33ec963be29721ced020bb96319933b5a9f70e90
treeec9ef0514b199e0e1de1b79e3b1a887a5313f9a9
parent899899e35a38dac33d7f5437d65bfb3f12f39211
redo all x11 client mouse grabbing for focus

I did an audit of this and it seemed that it no longer served the purpose
for which it was originally intended. specifically, this is for enforcing
click: raise/focus options, and so grabs must be in play on client windows
only when they are not focused to ensure that we get mouse events and can
then focus them. the grabs must then be removed once the window has focus
to avoid spurious mouse eventing
src/bin/e_comp_x.c
src/bin/e_focus.c