diff options
Diffstat (limited to 'patch/moveplace.c')
| -rw-r--r-- | patch/moveplace.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/patch/moveplace.c b/patch/moveplace.c index cfd17a4..7211417 100644 --- a/patch/moveplace.c +++ b/patch/moveplace.c @@ -26,4 +26,5 @@ moveplace(const Arg *arg) ny = selmon->wy + selmon->wh/2 - nh/2 - c->bw; resize(c, nx, ny, nw, nh, True); XWarpPointer(dpy, None, c->win, 0, 0, 0, 0, nw/2, nh/2); -}
\ No newline at end of file +} + |
