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:
53330cc
)
fix comp win geometry updates for shaded windows
author
Mike Blumenkrantz
<m.blumenkran@samsung.com>
Thu, 18 Apr 2013 11:44:19 +0000
(12:44 +0100)
committer
Mike Blumenkrantz
<m.blumenkran@samsung.com>
Thu, 18 Apr 2013 11:44:19 +0000
(12:44 +0100)
src/bin/e_comp.c
patch
|
blob
|
history
diff --git
a/src/bin/e_comp.c
b/src/bin/e_comp.c
index 86eacb7bd14a5276e19d2ef8aad0451c56aeaecc..96b5fbb47cf1f6e18af55107755ba47555f23049 100644
(file)
--- a/
src/bin/e_comp.c
+++ b/
src/bin/e_comp.c
@@
-484,7
+484,7
@@
_e_comp_win_geometry_update(E_Comp_Win *cw)
w = cw->w, h = cw->h;
else if (cw->bd)
{
- if (cw->pw && cw->ph)
+ if (
(!cw->bd->shaded) &&
cw->pw && cw->ph)
w = cw->pw + cw->bd->client_inset.l + cw->bd->client_inset.r, h = cw->ph + cw->bd->client_inset.t + cw->bd->client_inset.b;
else
w = cw->bd->w, h = cw->bd->h;