tMartin Hurtons typo fix - dwm - [fork] customized build of dwm, the dynamic window manager
HTML git clone git://src.adamsgaard.dk/dwm
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 840f937a9876091aef227316b7eb2db0f9e5255e
DIR parent 6975a7e31a12b85267cc4d81cee15462d981bd63
HTML Author: Anselm R Garbe <garbeam@gmail.com>
Date: Mon, 18 Aug 2008 19:28:57 +0100
Martin Hurtons typo fix
Diffstat:
M dwm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/dwm.c b/dwm.c
t@@ -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: