commit 840f937a9876091aef227316b7eb2db0f9e5255e from: Anselm R Garbe date: Mon Aug 18 18:28:57 2008 UTC Martin Hurtons typo fix commit - 6975a7e31a12b85267cc4d81cee15462d981bd63 commit + 840f937a9876091aef227316b7eb2db0f9e5255e blob - 9c0ebcfe18f274dcb05075956e2ac6d20d8ac574 blob + 10416f8dadb6dc0ceb2030a66517bed7a66e9183 --- dwm.c +++ dwm.c @@ -1128,7 +1128,7 @@ resizemouse(const Arg *arg) { return; XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w + c->bw - 1, c->h + c->bw - 1); do { - XMaskEvent(dpy, MOUSEMASK|ExposureMask|SubstructureRedirectMask , &ev); + XMaskEvent(dpy, MOUSEMASK|ExposureMask|SubstructureRedirectMask, &ev); switch(ev.type) { case ConfigureRequest: case Expose: