discomfitor pushed a commit to branch master.
commit 32999cfe08d782951209010a4c6f6650b4a3f377
Author: Mike Blumenkrantz <[email protected]>
Date: Mon Jun 24 10:07:30 2013 +0100
block comp show events for comp wins with borders -- these get handled by
the border show event
---
src/bin/e_comp.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 4be2fee..cdb20a0 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -3009,7 +3009,7 @@ _e_comp_show(void *data EINA_UNUSED, int type
EINA_UNUSED, void *event)
if (cw->free_shape) _e_comp_win_shape_create(cw, cw->x, cw->y, cw->w,
cw->h);
}
cw->defer_hide = 0;
- if (cw->visible) return ECORE_CALLBACK_PASS_ON;
+ if (cw->visible || cw->bd) return ECORE_CALLBACK_PASS_ON;
_e_comp_win_show(cw);
return ECORE_CALLBACK_PASS_ON;
}
--
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev