elm_win: Removed EE_ENGINE_COMPARE macro to reduce redundant function calls.
authorRyuan Choi <ryuan.choi@gmail.com>
Wed, 8 Jan 2014 00:05:08 +0000 (09:05 +0900)
committerRyuan Choi <ryuan.choi@gmail.com>
Mon, 13 Jan 2014 10:00:17 +0000 (19:00 +0900)
commit907c7fea266388af63e0555505f7d19ad83eec27
treedf3d95482bf02848789d47a432fc51cb1fdaea27
parent2ab2d561d4a5e4ad129fce7da3c519d5d2dec877
elm_win: Removed EE_ENGINE_COMPARE macro to reduce redundant function calls.

EE_ENGINE_COMPARE reduces typing little bit, but it makes redundant function calls
because almost callers call it more than once.
And, there is no way to check whether ecore_evas_engine_name_get is null.

This patch removed EE_ENGINE_COMPARE with small refactoring.
In addition, removed unnecessary check routines from _elm_ee_xwin_get.
src/lib/elm_win.c