diff options
| author | Anselm R Garbe <garbeam@gmail.com> | 2008-08-18 19:28:57 +0100 | 
|---|---|---|
| committer | Anselm R Garbe <garbeam@gmail.com> | 2008-08-18 19:28:57 +0100 | 
| commit | 840f937a9876091aef227316b7eb2db0f9e5255e (patch) | |
| tree | 123f667878683fbda59a2e100aaba5812b044885 | |
| parent | 6975a7e31a12b85267cc4d81cee15462d981bd63 (diff) | |
| download | dwm-840f937a9876091aef227316b7eb2db0f9e5255e.tar.gz | |
Martin Hurtons typo fix
| -rw-r--r-- | dwm.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -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: | 
