Browse Source

another XSync

Anselm R. Garbe 19 years ago
parent
commit
94f7c2707b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client.c

+ 1 - 0
client.c

@@ -250,6 +250,7 @@ manage(Window w, XWindowAttributes *wa)
 		ban(c);
 		XMapRaised(dpy, c->win);
 		XMapRaised(dpy, c->title);
+		XSync(dpy, False);
 	}
 }