raising the barwin has no effect becasue of restack a967d7f6
Anselm R. Garbe · 2007-05-15 13:58 1 file(s) · +0 −1
main.c +0 −1
247 247
		XMoveWindow(dpy, barwin, sx, sy - bh);
248 248
		break;
249 249
	}
250 -
	XRaiseWindow(dpy, barwin);
251 250
	XSync(dpy, False);
252 251
	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
253 252
}