efl_ui_focus_manager_sub: do not specify a interface as first argument
authorMarcel Hollerbach <marcel@osg.samsung.com>
Fri, 17 Nov 2017 14:40:35 +0000 (15:40 +0100)
committerMarcel Hollerbach <marcel@osg.samsung.com>
Fri, 17 Nov 2017 15:08:14 +0000 (16:08 +0100)
commit56522f19fffa62465409e2081b784053b34a7a8e
tree7dfb731d982dbe125f48737cb0d5a84741736e07
parentb93e744e1f4a507c9a4e1ded89a4d13a238ce514
efl_ui_focus_manager_sub: do not specify a interface as first argument

this leads in eo to the meaning that the manager.sub is giving
implementations to that interface, but leaving the ->func with NULL,
which leads on some maschines to the assumation that this is
pure_virtual, which means not composition objects will be queried, on
other maschines this will work, since there other inherits will
overwrite this entry and set ->src to NULL.

While i still dont understand why this works on some maschines and does
not on others, this is is now fixed.
src/lib/elementary/efl_ui_focus_manager_sub.eo