Fix 'jump' when moving a non-floated window with the mouse.

ok marco
This commit is contained in:
Reginald Kennedy 2012-01-26 00:37:03 +08:00
parent 984840baa4
commit bc00007fce

View file

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