removed useless space

new_dwm
Anselm R. Garbe 18 years ago
parent de6695792a
commit c3527bea57

@ -28,7 +28,7 @@ movemouse(Client *c) {
XEvent ev; XEvent ev;
ocx = nx = c->x; ocx = nx = c->x;
ocy = ny = c->y; ocy = ny = c->y;
if(XGrabPointer(dpy, root, False, MOUSEMASK, GrabModeAsync, GrabModeAsync, if(XGrabPointer(dpy, root, False, MOUSEMASK, GrabModeAsync, GrabModeAsync,
None, cursor[CurMove], CurrentTime) != GrabSuccess) None, cursor[CurMove], CurrentTime) != GrabSuccess)
return; return;

Loading…
Cancel
Save