efl_ui_Focus_manager_root_focus: add focus rectangle
authorMarcel Hollerbach <marcel-hollerbach@t-online.de>
Mon, 28 Aug 2017 08:20:14 +0000 (10:20 +0200)
committerMarcel Hollerbach <marcel-hollerbach@t-online.de>
Tue, 10 Oct 2017 17:28:47 +0000 (19:28 +0200)
commit7a86e236420b5a931f8e2cbdd3af280e94e145cc
treea960d40b9c11c03918c1211be80dfabe658b655b
parente8039ffc2dedd7fb83fb2fb076a0aad6df784c56
efl_ui_Focus_manager_root_focus: add focus rectangle

the focus rectangle is basically just a normal efl.canvas.rectangle, but
with the focus interface implemented.

This fixes alot of errors which gets called when the root_focus manager
is used, with the submanager as mixin.
src/Makefile_Elementary.am
src/lib/elementary/efl_ui_focus_manager_root_focus.c
src/lib/elementary/efl_ui_focus_rectangle.eo [new file with mode: 0644]