discomfitor pushed a commit to branch master.

commit 8102025dd9223c6604b644372368446ff9146039
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Jun 12 13:55:30 2013 +0100

    block comp win creation on window create for all border windows
---
 src/bin/e_comp.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/bin/e_comp.c b/src/bin/e_comp.c
index 2277ddc..46fe4c9 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2962,6 +2962,7 @@ _e_comp_create(void *data EINA_UNUSED, int type 
EINA_UNUSED, void *event)
    if (c->man->root == ev->win) return ECORE_CALLBACK_PASS_ON;
    if (_e_comp_ignore_find(ev->win)) return ECORE_CALLBACK_PASS_ON;
    if (e_border_find_by_client_window(ev->win)) return ECORE_CALLBACK_RENEW;
+   if (e_border_find_by_window(ev->win)) return ECORE_CALLBACK_RENEW;
    cw = _e_comp_win_add(c, ev->win, NULL);
    if (!cw) return ECORE_CALLBACK_RENEW;
    if (cw->free_shape) _e_comp_win_shape_create(cw, ev->x, ev->y, ev->w, 
ev->h);

-- 

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev

Reply via email to