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

devs/sachiel/e19
Mike Blumenkrantz 10 years ago
parent d1d6a1fdaf
commit 879a260ea5
  1. 2
      src/bin/e_border.c

@ -8729,6 +8729,8 @@ _e_border_eval(E_Border *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);
if (bd->changes.pos)

Loading…
Cancel
Save