discomfitor pushed a commit to branch master.

commit 219b7c62fe842e772fe8198facbcbfa2f0cbd500
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Jun 24 10:08:05 2013 +0100

    don't set real_hid when creating comp wins for borders
    
    initial border pixmaps are now available for windows on other desktops 
immediately after startup, which should:
    
    * improve initial redraw on first desk flip
    
    * make comp mirrors available immediately for non-current desk windows
    
    ** fixes ibar menu instances
    
    ** fixes deskmirror redraws
---
 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 cdb20a0..4827398 100644
--- a/src/bin/e_comp.c
+++ b/src/bin/e_comp.c
@@ -2144,7 +2144,7 @@ _e_comp_win_add(E_Comp *c, Ecore_X_Window win, E_Border 
*bd)
    if (!cw) return NULL;
    cw->win = win;
    cw->c = c;
-   cw->real_hid = 1;
+   cw->real_hid = !bd;
    cw->opacity = 255.0;
    if (conf->grab) ecore_x_grab();
    if (bd)

-- 

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

Build for Windows Store.

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

Reply via email to