enlightenment_info: fix log 54/77154/2
authorJuyeon Lee <juyeonne.lee@samsung.com>
Wed, 29 Jun 2016 02:06:16 +0000 (11:06 +0900)
committerGwanglim Lee <gl77.lee@samsung.com>
Wed, 29 Jun 2016 12:27:15 +0000 (05:27 -0700)
Change-Id: Ifbd5db77a52ae0532c30b8f899aeec85a2d7e3f3

src/bin/e_comp.c
src/bin/e_info_client.c

index 3737e6c..ef1d181 100644 (file)
@@ -776,7 +776,7 @@ e_comp_hwc_end(const char *location)
 
    INF("HWC : End...  at %s", location);
 #else
-   e_comp_nocomp_end(__FUNCTION__);
+   e_comp_nocomp_end(location);
 #endif // end of ENABLE_HWC_MULTI
 }
 
index 14827a2..1ffb11d 100644 (file)
@@ -429,7 +429,7 @@ _e_info_client_proc_topvwins_info(int argc, char **argv)
 
         if (win->hwc >= 0)
           {
-             if (win->visibility == 0)
+             if ((win->visibility == 0) && win->vis)
                {
                   if (win->hwc) snprintf(tmp, sizeof(tmp), "hwc@%i", win->pl_zpos);
                   else snprintf(tmp, sizeof(tmp), "comp@%i", win->pl_zpos);