barwindow raising 8f5f7a5b
Anselm R. Garbe · 2007-05-15 13:56 1 file(s) · +3 −0
main.c +3 −0
245 245
		XMoveWindow(dpy, barwin, sx, sy - bh);
246 246
		break;
247 247
	}
248 +
	XRaiseWindow(dpy, barwin);
249 +
	XSync(dpy, False);
250 +
	while(XCheckMaskEvent(dpy, EnterWindowMask, &ev));
248 251
}
249 252
250 253
/* There's no way to check accesses to destroyed windows, thus those cases are