From: Anselm R Garbe Date: Mon, 18 Aug 2008 18:28:57 +0000 (+0100) Subject: Martin Hurtons typo fix X-Git-Url: https://jasonwoof.com/gitweb/?p=dwm.git;a=commitdiff_plain;h=840f937a9876091aef227316b7eb2db0f9e5255e Martin Hurtons typo fix --- diff --git a/dwm.c b/dwm.c index 9c0ebcf..10416f8 100644 --- a/dwm.c +++ b/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: