Skip to content

Commit

Permalink
animation typo
Browse files Browse the repository at this point in the history
  • Loading branch information
paperbenni committed May 27, 2020
1 parent c0358bc commit 9b39d9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion instantwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -1891,7 +1891,7 @@ closewin(const Arg *arg)
if (!c || c->islocked)
return;

animateclient(c, selmon->sel->x, selmon->mh - 20, 0, 0, 10, 0);
animateclient(c, c->x, selmon->mh - 20, 0, 0, 10, 0);

if (!sendevent(c->win, wmatom[WMDelete], NoEventMask, wmatom[WMDelete], CurrentTime, 0 , 0, 0)) {
XGrabServer(dpy);
Expand Down

0 comments on commit 9b39d9a

Please sign in to comment.