roatation: fixed block show of ec handling external object 49/79949/2
authorMinJeong Kim <minjjj.kim@samsung.com>
Wed, 13 Jul 2016 14:20:59 +0000 (23:20 +0900)
committerMinJeong Kim <minjjj.kim@samsung.com>
Thu, 14 Jul 2016 06:21:55 +0000 (15:21 +0900)
Change-Id: I007e9d7d129d37447139cb0013d00427524136ca
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/rotation/e_mod_rotation_wl.c

index 74431bd..f7f5628 100644 (file)
@@ -1558,6 +1558,9 @@ _rot_intercept_hook_show_helper(void *d EINA_UNUSED, E_Client *ec)
    if (!rot)
      return EINA_TRUE;
 
+   if (e_pixmap_type_get(ec->pixmap) == E_PIXMAP_TYPE_EXT_OBJECT)
+     return EINA_TRUE;
+
    if (!rot->hint_fetch)
      {
         /* need to fetch rotation hint. */