~kris/suckless

tabbed

719e5a97fe795b165a2265e6bb25a9238d2211d4 — Christoph Lohmann 13 years ago 380c783
Avoid flashing of surf when it is run in tabbed. Thanks Carlos Pita!
1 files changed, 2 insertions(+), 1 deletions(-)

M tabbed.c
M tabbed.c => tabbed.c +2 -1
@@ 641,7 641,8 @@ manage(Window w) {

		updatetitle(c);
		drawbar();
		XMapRaised(dpy, w);
		XLowerWindow(dpy, w);
		XMapWindow(dpy, w);

		e.xclient.window = w;
		e.xclient.type = ClientMessage;