focus: Added focus_highlight_geometry_get() into elm_widget.
authorAmitesh Singh <amitesh.sh@samsung.com>
Sun, 9 Feb 2014 10:53:54 +0000 (19:53 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sun, 9 Feb 2014 10:56:07 +0000 (19:56 +0900)
commit431b15cd48a077ddf7e8c2e8d73872d5225e7e36
tree6160da5c2111204134636744fb00f1533a876cd7
parent1f0567af9818f7b189fa8bf45ccbdbca422624f7
focus: Added focus_highlight_geometry_get() into elm_widget.

Summary:
Currently, elm_win was handling focus_highlight geometry of widgets.
Removed elm_win_focus_highlight_geometry_get() from elm_win and now elm_widget handles focus highlight geometry.
This is required to support the focus highlight on elm widget items.

Test Plan: elementary_test -> focus

Reviewers: seoz, raster, woohyun

CC: nirajkr
Differential Revision: https://phab.enlightenment.org/D530
legacy/elementary/src/lib/elm_widget.c
legacy/elementary/src/lib/elm_widget.h
legacy/elementary/src/lib/elm_win.c