allow x11 mouse wheel events to check ev->event_window for possible client match
authorMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 27 Jul 2015 17:23:13 +0000 (13:23 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Mon, 27 Jul 2015 17:23:13 +0000 (13:23 -0400)
commit0a8ee7b5adc6eac604f6f007bfa031f74a4c4c4e
tree39f9df3acf4d3facea7e208926d6e095e0e9295b
parent0d19a5914bddb315e6f1862c9fd8f897a831da09
allow x11 mouse wheel events to check ev->event_window for possible client match

in the event that these windows are different, event_window is the parent of window
which may or may not be explicitly tracked by an E_Client, so the wheel events here
should be sent to the parent as is done in mouse button events

fix T2604
src/bin/e_comp_x.c