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:
674d67a
)
e_comp: fix warning
65/64865/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 6 Apr 2016 01:31:39 +0000
(10:31 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Wed, 6 Apr 2016 01:31:39 +0000
(10:31 +0900)
Change-Id: I5ada1d5c995fad5fc26934f9d1af144cefdc3fc1
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index df8426f17e12c5214d5eadec99098b25e93b9d73..e3ae84a0990cc0433460b484e40edfc6b1936c67 100755
(executable)
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-108,6
+108,7
@@
_e_comp_hooks_clean(void)
}
}
+#ifdef MULTI_PLANE_HWC
static void
_e_comp_hook_call(E_Comp_Hook_Point hookpoint, E_Comp *c)
{
@@
-123,6
+124,7
@@
_e_comp_hook_call(E_Comp_Hook_Point hookpoint, E_Comp *c)
if ((_e_comp_hooks_walking == 0) && (_e_comp_hooks_delete > 0))
_e_comp_hooks_clean();
}
+#endif
static E_Client *
_e_comp_fullscreen_check(void)