dwm
dynamic window manager
git clone https://9o.is/git/dwm.git
commit c3527bea5746ac23599408a32f500381475815c4 parent de6695792a7e24c925b18c74f913f82b0a0e9148 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(-)
diff --git 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;