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:
5d01597
)
Fix build break
author
MinJeong Kim
<minjjj.kim@samsung.com>
Wed, 18 Mar 2015 13:27:12 +0000
(22:27 +0900)
committer
Boram Park
<boram1288.park@samsung.com>
Mon, 30 Mar 2015 03:57:38 +0000
(12:57 +0900)
Change-Id: I95f1c3325c40181eb3905873b4d20761dc7da92f
src/bin/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp_object.c
b/src/bin/e_comp_object.c
index a76fea0d619774032a5b5302b5c4d60782a78e7c..1183adc669237ab92a7d37238f1379058502dbd8 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-1427,7
+1427,7
@@
_e_comp_intercept_show_helper(E_Comp_Object *cw)
if (!cw->update_count || !(e_pixmap_validate_check(cw->ec->pixmap))
#ifndef HAVE_WAYLAND_ONLY
- || (cd->damage_count < (e_comp_config_get()->skip_first_damage + 1))
+ || (cd->damage_count < (e_comp_config_get()->skip_first_damage + 1))
)
#else
)
#endif