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:
136ae1a
)
e_client: check argb and force_obscured while check fully_contain_by_above
93/212593/1
author
Junseok, Kim
<juns.kim@samsung.com>
Fri, 23 Aug 2019 07:12:10 +0000
(16:12 +0900)
committer
Junseok, Kim
<juns.kim@samsung.com>
Fri, 23 Aug 2019 07:12:10 +0000
(16:12 +0900)
Change-Id: I3dafc53acbd9e8354ae97ad1215a54875d332aac
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index 91cf279379d9db025a8253ea9659f01a1f630de3..3a785b40e11fdb6e9aeff878e808ee87680de0be 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-819,6
+819,8
@@
_e_client_check_fully_contain_by_above(E_Client *ec, Eina_Bool check_layer)
(!e_client_util_ignored_get(above)) &&
(above->visible) &&
(!above->iconic || e_policy_visibility_client_is_uniconic(above)) &&
+ (!above->argb) &&
+ (!above->visibility.force_obscured) &&
(above->frame))
{
if (E_CONTAINS(above->x, above->y, above->w, above->h, x, y, w, h))