removed useless space

This commit is contained in:
Anselm R. Garbe 2007-02-16 16:51:27 +01:00
parent de6695792a
commit c3527bea57
1 changed files with 1 additions and 1 deletions

View File

@ -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;