Remove ECORE_WL_EVENT_WINDOW_SHOW handler 49/139049/2 accepted/tizen/3.0/common/20170719.081629 accepted/tizen/3.0/ivi/20170719.003727 accepted/tizen/3.0/mobile/20170719.003645 accepted/tizen/3.0/tv/20170719.003659 accepted/tizen/3.0/wearable/20170719.003713 submit/tizen_3.0/20170717.101133
authorHyunho Kang <hhstark.kang@samsung.com>
Mon, 17 Jul 2017 05:21:40 +0000 (14:21 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Mon, 17 Jul 2017 05:39:02 +0000 (14:39 +0900)
commit6a1dd11989d25f1b24c6ac04e47eaa577d9f5f88
treed7a38596c7568feef46dfecf7a3bd82c9f9a03e0
parente4c76a4930252928b0d183fc6aac09282e9d46d4
Remove ECORE_WL_EVENT_WINDOW_SHOW handler

Now widget framework can use ECORE_WL_EVENT_WINDOW_VISIBILITY_CHANGE
and ECORE_WL_EVENT_WINDOW_SHOW do not mean window is visible.
So, let's make widget resume/pause event depend on
ECORE_WL_EVENT_WINDOW_VISIBILITY_CHANGE

Change-Id: Iecad60c477e6f947a898265f9d1e046e51cea8e0
Signed-off-by: Hyunho Kang <hhstark.kang@samsung.com>
src/widget_app.c