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:
81d59ab
)
rotation: fixed for alpha windows
00/78300/1
author
MinJeong Kim
<minjjj.kim@samsung.com>
Tue, 5 Jul 2016 05:25:20 +0000
(14:25 +0900)
committer
MinJeong Kim
<minjjj.kim@samsung.com>
Tue, 5 Jul 2016 05:25:20 +0000
(14:25 +0900)
Change-Id: I44600c7b61e2a5403008afdacfd924a5b63c917d
Signed-off-by: MinJeong Kim <minjjj.kim@samsung.com>
src/e_mod_effect_rotation.c
patch
|
blob
|
history
diff --git
a/src/e_mod_effect_rotation.c
b/src/e_mod_effect_rotation.c
index 0fca6292b4f3eb903fa6fe6c57a143613a69a0e8..8a127e898810db7ed7d98615cb3246a6a145ce75 100644
(file)
--- a/
src/e_mod_effect_rotation.c
+++ b/
src/e_mod_effect_rotation.c
@@
-151,11
+151,14
@@
_rotation_effect_targets_get(Rotation_Effect *effect)
}
}
+ l = eina_list_append(l, o);
+
+ if ((ec) && (ec->argb) && (ec->visibility.opaque <= 0))
+ continue;
+
EINA_RECTANGLE_SET(&r, x, y, w + edge, h + edge);
eina_tiler_rect_del(t, &r);
- l = eina_list_append(l, o);
-
if (eina_tiler_empty(t)) break;
}