tremoved useless space - dwm - [fork] customized build of dwm, the dynamic window manager
(HTM) git clone git://src.adamsgaard.dk/dwm
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit c3527bea5746ac23599408a32f500381475815c4
(DIR) parent de6695792a7e24c925b18c74f913f82b0a0e9148
(HTM) Author: Anselm R. Garbe <arg@suckless.org>
Date: Fri, 16 Feb 2007 16:51:27 +0100
removed useless space
Diffstat:
M event.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/event.c b/event.c
t@@ -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;