Fixed wrong type usage for provider's visibility
authorSinJae Lee <sinjae4b.lee@samsung.com>
Wed, 18 Oct 2017 02:23:49 +0000 (11:23 +0900)
committerHyunho Kang <hhstark.kang@samsung.com>
Thu, 19 Oct 2017 00:35:01 +0000 (09:35 +0900)
Change-Id: Icc94cd5d850ecb5a624c2df2017d562a1d8475c1

screen_connector_provider/src/screen_connector_provider.c [changed mode: 0644->0755]

old mode 100644 (file)
new mode 100755 (executable)
index 44225b2..9d903c7
@@ -71,7 +71,7 @@ static void __rsp_visibility_cb(void *data, struct tizen_remote_surface_provider
 
        ev->win = ecore_wl_window_id_get(remote->win);
 
-       if (visibility == TIZEN_REMOTE_SURFACE_VISIBILITY_TYPE_VISIBLE)
+       if (visibility == TIZEN_REMOTE_SURFACE_PROVIDER_VISIBILITY_TYPE_VISIBLE)
                ev->fully_obscured = 0;
        else
                ev->fully_obscured = 1;