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:
7abc96c
)
Apply capsulation of E_Comp_Wl
28/316028/4
author
jinbong.lee
<jinbong.lee@samsung.com>
Mon, 9 Dec 2024 10:05:47 +0000
(19:05 +0900)
committer
jinbong.lee
<jinbong.lee@samsung.com>
Mon, 9 Dec 2024 10:53:53 +0000
(19:53 +0900)
Change-Id: I0946b188f4a9cd80f0165c1908b565644abcfe1c
Signed-off-by: jinbong.lee <jinbong.lee@samsung.com>
src/e_mod_effect.c
patch
|
blob
|
history
diff --git
a/src/e_mod_effect.c
b/src/e_mod_effect.c
index 2f68af4ea391d412360408582c2ee6ded2ff63cd..621b8e0728ced313fa186d3c47800e94049733c7 100644
(file)
--- a/
src/e_mod_effect.c
+++ b/
src/e_mod_effect.c
@@
-1580,7
+1580,7
@@
e_mod_effect_init(void)
eff->resources = eina_hash_pointer_new(NULL);
EINA_SAFETY_ON_NULL_GOTO(eff->resources, err);
- eff->global = wl_global_create(e_comp_wl
->wl.disp
,
+ eff->global = wl_global_create(e_comp_wl
_display_get()
,
&tizen_effect_interface,
1,
eff,