projects
/
platform
/
core
/
uifw
/
libpepper-efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
781399f
)
add null at argument of pepper_compositor_create_fd
37/262537/1
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
accepted/tizen/6.5/unified/20211028.120811
accepted/tizen/7.0/unified/20221110.060650
accepted/tizen/7.0/unified/hotfix/20221116.110129
accepted/tizen/unified/20210816.122919
submit/tizen/20210813.050356
submit/tizen_6.5/20211028.163101
tizen_6.5.m2_release
tizen_7.0_m2_release
author
SooChan Lim
<sc1.lim@samsung.com>
Fri, 13 Aug 2021 04:28:36 +0000
(13:28 +0900)
committer
SooChan Lim
<sc1.lim@samsung.com>
Fri, 13 Aug 2021 04:30:20 +0000
(13:30 +0900)
Change-Id: Ib9dfc2cbddc42956e4175b5d07b85fb69210ed05
src/lib/compositor.c
patch
|
blob
|
history
diff --git
a/src/lib/compositor.c
b/src/lib/compositor.c
index 942ae02a5ead84d21766457506438f0e81c3bbae..6bb19d6a0b6e6aa57701418bdafa6d81f103a493 100644
(file)
--- a/
src/lib/compositor.c
+++ b/
src/lib/compositor.c
@@
-311,7
+311,7
@@
_pepper_efl_compositor_create(Evas_Object *win, const char *name)
goto err_socket;
}
- comp->pepper.comp = pepper_compositor_create_fd(name, socket_fd);
+ comp->pepper.comp = pepper_compositor_create_fd(name, socket_fd
, NULL
);
if (!comp->pepper.comp)
{
ERR("failed to create pepper compositor");