Adding cursor icons for resizecorners, resizepoint, dragmfact and dragcfact

This commit is contained in:
bakkeby
2020-06-25 11:56:41 +02:00
parent 5a4c350b9c
commit c14a51524b
3 changed files with 51 additions and 27 deletions

View File

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