subsurface: set below_object to pass events. 00/248000/2
authorSeunghun Lee <shiin.lee@samsung.com>
Thu, 19 Nov 2020 05:32:03 +0000 (14:32 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Thu, 19 Nov 2020 06:06:24 +0000 (15:06 +0900)
commit6458c590227026cf258973008ab546cfa32d850a
treef2ade224e2d7f61af748428382a9ab1fd5ebfcac
parentef73dcb180bbd24c533861417c5fef7367854e5f
subsurface: set below_object to pass events.

The event EVAS_CALLBACK_MOUSE_OUT cannot happen by creation
of below_obj.

This patch is to fix that Evas object associated with E_Client got
event of mouse_out unexpectedly because of creation of below_obj
even though cursor still remained on the window.

Change-Id: Ia5a5162c7f63f8f7578bdc1ad7bfec1485e3d387
src/bin/e_comp_wl_subsurface.c