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:
de66957
)
removed useless space
author
Anselm R. Garbe
<arg@suckless.org>
Fri, 16 Feb 2007 15:51:27 +0000
(16:51 +0100)
committer
Anselm R. Garbe
<arg@suckless.org>
Fri, 16 Feb 2007 15:51:27 +0000
(16:51 +0100)
event.c
patch
|
blob
|
history
diff --git
a/event.c
b/event.c
index f06fb22d93383f8f10ac1acd0129572002c11a25..e20a60a1d32f373b8ebfb451471935f5adde6e60 100644
(file)
--- a/
event.c
+++ b/
event.c
@@
-28,7
+28,7
@@
movemouse(Client *c) {
XEvent ev;
ocx = nx = c->x;
- ocy = ny =
c->y;
+ ocy = ny = c->y;
if(XGrabPointer(dpy, root, False, MOUSEMASK, GrabModeAsync, GrabModeAsync,
None, cursor[CurMove], CurrentTime) != GrabSuccess)
return;