e_policy_visibility: fix the bug that returns false in intercept_hide. 48/87748/2
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 9 Sep 2016 08:44:29 +0000 (17:44 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Mon, 12 Sep 2016 08:35:26 +0000 (01:35 -0700)
it caused cursor couldn't be hidden.

Change-Id: I6a9b6748fbdabb4895ec8a973f78ec8b875be5eb

src/bin/e_policy_visibility.c

index f34e73d..03afbf9 100644 (file)
@@ -1053,7 +1053,7 @@ _e_vis_intercept_show(void *data EINA_UNUSED, E_Client *ec)
 static Eina_Bool
 _e_vis_intercept_hide(void *data EINA_UNUSED, E_Client *ec)
 {
-   E_VIS_CLIENT_GET_OR_RETURN_VAL(vc, ec, EINA_FALSE);
+   E_VIS_CLIENT_GET_OR_RETURN_VAL(vc, ec, EINA_TRUE);
 
    VS_DBG(ec, "INTERCEPTOR HIDE");