always force xwindow move during eval; fixes window positioning on shaded clients across restarts

This commit is contained in:
Mike Blumenkrantz 2013-08-22 13:09:46 +01:00
parent d1d6a1fdaf
commit 879a260ea5
1 changed files with 2 additions and 0 deletions

View File

@ -8729,6 +8729,8 @@ _e_border_eval(E_Border *bd)
} }
_e_border_client_move_resize_send(bd); _e_border_client_move_resize_send(bd);
} }
else if (bd->changes.pos)
ecore_x_window_move(bd->win, x, y);
e_container_shape_resize(bd->shape, w, h); e_container_shape_resize(bd->shape, w, h);
if (bd->changes.pos) if (bd->changes.pos)