tanother XSync - dwm - [fork] customized build of dwm, the dynamic window manager
 (HTM) git clone git://src.adamsgaard.dk/dwm
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 94f7c2707bcd11de4e0174abe0c2634980dc283e
 (DIR) parent 901b3ed9b7e3e4c7542797301ae2442938bcea20
 (HTM) Author: Anselm R. Garbe <garbeam@wmii.de>
       Date:   Sun, 16 Jul 2006 12:29:50 +0200
       
       another XSync
       
       Diffstat:
         M client.c                            |       1 +
       
       1 file changed, 1 insertion(+), 0 deletions(-)
       ---
 (DIR) diff --git a/client.c b/client.c
       t@@ -250,6 +250,7 @@ manage(Window w, XWindowAttributes *wa)
                        ban(c);
                        XMapRaised(dpy, c->win);
                        XMapRaised(dpy, c->title);
       +                XSync(dpy, False);
                }
        }