Martin Hurtons typo fix 840f937a
Anselm R Garbe · 2008-08-18 19:28 1 file(s) · +1 −1
dwm.c +1 −1
1128 1128
		return;
1129 1129
	XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w + c->bw - 1, c->h + c->bw - 1);
1130 1130
	do {
1131 -
		XMaskEvent(dpy, MOUSEMASK|ExposureMask|SubstructureRedirectMask , &ev);
1131 +
		XMaskEvent(dpy, MOUSEMASK|ExposureMask|SubstructureRedirectMask, &ev);
1132 1132
		switch(ev.type) {
1133 1133
		case ConfigureRequest:
1134 1134
		case Expose: