Parcourir la source

Martin Hurtons typo fix

Anselm R Garbe il y a 17 ans
Parent
commit
840f937a98
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      dwm.c

+ 1 - 1
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: