e_comp_wl: fix to set and use ec->pointer_enter_sent properly 62/298462/2 accepted/tizen/unified/20230908.083312
authorduna.oh <duna.oh@samsung.com>
Thu, 7 Sep 2023 06:42:18 +0000 (15:42 +0900)
committerDoyoun Kang <doyoun.kang@samsung.com>
Thu, 7 Sep 2023 08:25:01 +0000 (08:25 +0000)
commit69dcd4ad3c9ec64d889f557944bbec4d289dc362
tree9dcdc79c3c98a43e917b1fa951b1d22fab63bea2
parent70f126da6d3975df117f2e771585a3ea66db6e93
e_comp_wl: fix to set and use ec->pointer_enter_sent properly

In MouseIn cb, e_comp_wl->ptr.ec is set to a new ec which pointer entered.
And previous ec's pointer_enter_sent should be set to FALSE.

In MouseMove/Wheel/Button cb, e_comp_wl_cursor_reload() should be called when
pointer_enter_sent is FALSE.

Change-Id: I00599053ceab11ec4546d5598e2ad23c070dcf3e
src/bin/e_comp_wl.c