projects
/
platform
/
core
/
uifw
/
e-mod-tizen-effect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
545cb75
)
use e_view_client_external_view_type_get
69/323369/1
author
SooChan Lim
<sc1.lim@samsung.com>
Mon, 28 Apr 2025 01:31:20 +0000
(10:31 +0900)
committer
SooChan 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
patch
|
blob
|
history
diff --git
a/src/e_mod_effect.c
b/src/e_mod_effect.c
index 8e1d675e549e64f862dec315bc5a8fa4fb92efda..cbff4617a101fed4758c88290628f1b1aecef898 100644
(file)
--- a/
src/e_mod_effect.c
+++ b/
src/e_mod_effect.c
@@
-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_IMAG
E) &&
+ if ((e_view_client_
external_view_type_get(e_client_view_get(ec)) == E_VIEW_CLIENT_EXTERNAL_VIEW_TYPE_NON
E) &&
(!e_view_client_native_usable_get(e_client_view_get(ec))))
return EINA_FALSE;