summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Blumenkrantz <m.blumenkran@samsung.com>2013-05-07 10:32:38 +0100
committerMike Blumenkrantz <m.blumenkran@samsung.com>2013-05-07 10:32:38 +0100
commit7cfd355f7f3107dfd24eede076003ca083a5f7d9 (patch)
treeffd0a2bea856e853e52f0f40de585b2c6aec64a8
parent2a8316de7568723ec0dd1bf455ee0ec2b4589da0 (diff)
downloadenlightenment-7cfd355f7f3107dfd24eede076003ca083a5f7d9.tar.gz
unbreak window resizing
-rw-r--r--src/bin/e_comp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 23014fe848..9951433556 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2783,7 +2783,7 @@ _e_comp_win_configure(E_Comp_Win *cw, int x, int y, int w, int h, int border)
cw->w = w;
cw->h = h;
resized = EINA_TRUE;
- if ((!cw->bd) || ((!cw->bd->shading) && (cw->bd->shaded)))
+ if ((!cw->bd) || ((!cw->bd->shading) && (!cw->bd->shaded)))
{
cw->needpix = 1;
// was cw->w / cw->h
@@ -2831,7 +2831,7 @@ _e_comp_win_configure(E_Comp_Win *cw, int x, int y, int w, int h, int border)
cw->w = w;
cw->h = h;
resized = EINA_TRUE;
- if ((!cw->bd) || ((!cw->bd->shading) && (cw->bd->shaded)))
+ if ((!cw->bd) || ((!cw->bd->shading) && (!cw->bd->shaded)))
{
cw->needpix = 1;
// was cw->w / cw->h