Martin Hurtons typo fix

This commit is contained in:
Anselm R Garbe 2008-08-18 19:28:57 +01:00
parent 6975a7e31a
commit 840f937a98
1 changed files with 1 additions and 1 deletions

2
dwm.c
View File

@ -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: