projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae4b1cf
)
e_comp_object: Fixed issue where filter is not applied to launch splash
74/322574/1
author
Changyeon Lee
<cyeon.lee@samsung.com>
Fri, 11 Apr 2025 03:33:13 +0000
(12:33 +0900)
committer
Changyeon Lee
<cyeon.lee@samsung.com>
Fri, 11 Apr 2025 03:33:13 +0000
(12:33 +0900)
ec of launch splash does not create comp_data because pixmap type is
E_PIXMAP_TYPE_EXT_OBJECT.
Change-Id: I88c62406483c920f1e7a2ed857fc2b2e60aa33e7
src/bin/compmgr/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/compmgr/e_comp_object.c
b/src/bin/compmgr/e_comp_object.c
index e0fee72f9f1dea3eccd1a47976235d6b5a8c94be..5bc87722170f2431f4f2a64b0e78da39b9203385 100644
(file)
--- a/
src/bin/compmgr/e_comp_object.c
+++ b/
src/bin/compmgr/e_comp_object.c
@@
-5553,7
+5553,6
@@
e_comp_object_image_filter_set(Evas_Object *obj, E_Comp_Image_Filter filter)
API_ENTRY EINA_FALSE;
EINA_SAFETY_ON_NULL_RETURN_VAL(cw->ec, EINA_FALSE);
if (e_object_is_del(E_OBJECT(cw->ec))) return EINA_FALSE;
- if (!e_client_cdata_get(cw->ec)) return EINA_FALSE;
if (cw->image_filter == filter) return EINA_TRUE;