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:
e0c303d
)
Fix indentation on e_comp_object.
99/36499/1
accepted/tizen/common/20150309.092654
accepted/tizen/mobile/20150310.122116
accepted/tizen/tv/20150310.050551
accepted/tizen/wearable/20150309.110906
submit/tizen/20150309.073126
author
Mun, Gwan-gyeong
<kk.moon@samsung.com>
Mon, 9 Mar 2015 07:19:52 +0000
(16:19 +0900)
committer
Mun, Gwan-gyeong
<kk.moon@samsung.com>
Mon, 9 Mar 2015 07:20:24 +0000
(16:20 +0900)
Change-Id: I08b5f22fe0d9e9b81413a5f576489630c8afef24
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 c5c670bdbdddf8b76b4f49347dd79d99f569e917..0f5925f4d5d36433bc2178b2251002746403db5b 100644
(file)
--- a/
src/bin/e_comp_object.c
+++ b/
src/bin/e_comp_object.c
@@
-1379,7
+1379,7
@@
_e_comp_intercept_show_helper(E_Comp_Object *cw)
{
#ifndef HAVE_WAYLAND_ONLY
E_Comp_X_Client_Data *cd = NULL;
- cd = (E_Comp_X_Client_Data*)cw->ec->comp_data;
+ cd = (E_Comp_X_Client_Data
*)cw->ec->comp_data;
#endif
if (cw->ec->internal) //internal clients render when they feel like it
e_comp_object_damage(cw->smart_obj, 0, 0, cw->w, cw->h);
@@
-1390,7
+1390,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>1
))
+ ||
(cd->damage_count < 2
))
#else
)
#endif