use e_view_client_external_view_type_get 69/323369/1
authorSooChan Lim <sc1.lim@samsung.com>
Mon, 28 Apr 2025 01:31:20 +0000 (10:31 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Mon, 28 Apr 2025 01:31:20 +0000 (10:31 +0900)
api is changed.

Change-Id: I54890c5798c0514f00a5d8ae8802c1cca1bed41f

src/e_mod_effect.c

index 8e1d675e549e64f862dec315bc5a8fa4fb92efda..cbff4617a101fed4758c88290628f1b1aecef898 100644 (file)
@@ -652,7 +652,7 @@ _eff_ref(E_Client *ec)
      }
 
    if (!e_client_pixmap_get(ec)) return EINA_FALSE;
-   if ((e_view_client_content_type_get(e_client_view_get(ec)) == E_COMP_OBJECT_CONTENT_TYPE_INT_IMAGE) &&
+   if ((e_view_client_external_view_type_get(e_client_view_get(ec)) == E_VIEW_CLIENT_EXTERNAL_VIEW_TYPE_NONE) &&
        (!e_view_client_native_usable_get(e_client_view_get(ec))))
      return EINA_FALSE;