ecore-evas: make the window_get apis return null without errors on failure
authorMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 14 Jul 2017 22:43:06 +0000 (18:43 -0400)
committerMike Blumenkrantz <zmike@osg.samsung.com>
Fri, 14 Jul 2017 22:43:00 +0000 (18:43 -0400)
commit3d4bb3851ce2e7144ee6981dfa7edee7ece171f7
tree1732e529b65f62683503bfe816a19d0d9feb70d8
parentbc3dc78a52bc72ea96d6ea58bb65fce230ec1e7a
ecore-evas: make the window_get apis return null without errors on failure

the normal usage of these is something like

if (!strcmp(engine, my_engine))
  win = window_get(ee);

which is a waste of effort since the window_get() functions all check
the engine interface internally
src/lib/ecore_evas/ecore_evas.c