projects
/
suckless
/
dwm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6975a7e
)
Martin Hurtons typo fix
author
Anselm R Garbe
<garbeam@gmail.com>
Mon, 18 Aug 2008 18:28:57 +0000
(19:28 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Mon, 18 Aug 2008 18:28:57 +0000
(19:28 +0100)
dwm.c
patch
|
blob
|
history
diff --git
a/dwm.c
b/dwm.c
index 9c0ebcfe18f274dcb05075956e2ac6d20d8ac574..10416f8dadb6dc0ceb2030a66517bed7a66e9183 100644
(file)
--- 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: