From 048b7743a9d242936d88743e3ff6dfd6b9716919 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Thu, 30 May 2013 11:45:21 +0100 Subject: [PATCH] block comp win configure updates for borders --- src/bin/e_comp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c index 3565b11c8..013713274 100644 --- a/src/bin/e_comp.c +++ b/src/bin/e_comp.c @@ -3022,9 +3022,9 @@ _e_comp_configure(void *data EINA_UNUSED, int type EINA_UNUSED, void *event) } } - if (!((cw->x == ev->x) && (cw->y == ev->y) && + if ((!cw->bd) && (!((cw->x == ev->x) && (cw->y == ev->y) && (cw->w == ev->w) && (cw->h == ev->h) && - (cw->border == ev->border))) + (cw->border == ev->border)))) { _e_comp_win_configure(cw, ev->x, ev->y, ev->w, ev->h, ev->border); if (cw->free_shape)