focus: Added focus highlight clip disable feature.
authorDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 8 Mar 2014 18:39:23 +0000 (03:39 +0900)
committerDaniel Juyung Seo <seojuyung2@gmail.com>
Sat, 8 Mar 2014 18:39:23 +0000 (03:39 +0900)
commit7017b3796c2c08409896d730a84d84e0f7d5dd25
tree2bb7937ef0ec9bee8374017673de7b90ed3b1acb
parent8b1284d3f4b9768b74a6363e10cf2dc608d0956f
focus: Added focus highlight clip disable feature.

focus highlight is clipped by the clipper of focus target object.
But many of the times, this clipping looks weird so I made this
configurable.

This fixes T1056 but as this fix was done by adding a new feature, this
patch would not be backported.

@feature
config/default/base.src
config/mobile/base.src
config/standard/base.src
src/lib/elm_config.c
src/lib/elm_config.h
src/lib/elm_priv.h
src/lib/elm_win.c