efl_ui_win: repair scene event emission
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Thu, 20 Jun 2019 11:33:03 +0000 (13:33 +0200)
committerJongmin Lee <jm105.lee@samsung.com>
Wed, 26 Jun 2019 01:39:57 +0000 (10:39 +0900)
commit343faea492c3e722587ff2e047f557b59572de3e
tree2a24fb1968145ba57c96522611fb5707de555bda
parenta717fd66cb87fd5c4145457446138799aa3a9d0e
efl_ui_win: repair scene event emission

It appears that EVAS_CALLBACK_FOCUS_IN / OUT is wrong here, as this is
for when a object gets focus but not the scene.

However, the inital event emission still does not work correctly, this
needs some further investigation.

Reviewed-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Differential Revision: https://phab.enlightenment.org/D9138
src/lib/elementary/efl_ui_win.c
src/tests/elementary/efl_ui_suite.c
src/tests/elementary/efl_ui_suite.h
src/tests/elementary/efl_ui_test_win.c [new file with mode: 0644]
src/tests/elementary/meson.build