summaryrefslogtreecommitdiffhomepage
path: root/patch/dragcfact.c
diff options
context:
space:
mode:
authorbakkeby <[email protected]>2020-06-25 11:56:41 +0200
committerbakkeby <[email protected]>2020-06-25 11:56:41 +0200
commitc14a51524b103de1068391786d9643a8af77f796 (patch)
tree1bb2ba47d6cc4bbb2f02281bf1a6f619a2442ce6 /patch/dragcfact.c
parent5a4c350b9cdbee170c60354643d33541d469fe2b (diff)
downloaddwm-flexipatch-c14a51524b103de1068391786d9643a8af77f796.tar.gz
dwm-flexipatch-c14a51524b103de1068391786d9643a8af77f796.zip
Adding cursor icons for resizecorners, resizepoint, dragmfact and dragcfact
Diffstat (limited to 'patch/dragcfact.c')
-rw-r--r--patch/dragcfact.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/patch/dragcfact.c b/patch/dragcfact.c
index 9d20a2b..a99f046 100644
--- a/patch/dragcfact.c
+++ b/patch/dragcfact.c
@@ -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);