Adding cursor icons for resizecorners, resizepoint, dragmfact and dragcfact
This commit is contained in:
@ -25,7 +25,7 @@ dragcfact(const Arg *arg)
|
||||
restack(selmon);
|
||||
|
||||
if (XGrabPointer(dpy, root, False, MOUSEMASK, GrabModeAsync, GrabModeAsync,
|
||||
None, cursor[CurResize]->cursor, CurrentTime) != GrabSuccess)
|
||||
None, cursor[CurIronCross]->cursor, CurrentTime) != GrabSuccess)
|
||||
return;
|
||||
XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, c->w/2, c->h/2);
|
||||
|
||||
|
Reference in New Issue
Block a user