From bc00007fce763065c8618fab6bb2d21cc5f536a0 Mon Sep 17 00:00:00 2001 From: Reginald Kennedy Date: Thu, 26 Jan 2012 00:37:03 +0800 Subject: [PATCH] Fix 'jump' when moving a non-floated window with the mouse. ok marco --- scrotwm.c | 1 + 1 file changed, 1 insertion(+) diff --git a/scrotwm.c b/scrotwm.c index 788f839..9da5d15 100644 --- a/scrotwm.c +++ b/scrotwm.c @@ -3958,6 +3958,7 @@ move(struct ws_win *win, union arg *args) win->manual = 1; if (win->floating == 0 && !win->transient) { + store_float_geom(win,r); ewmh_update_win_state(win, ewmh[_NET_WM_STATE_ABOVE].atom, _NET_WM_STATE_ADD); } -- 1.7.10.4