Fix non-opaque slidein.

SVN revision: 21473
This commit is contained in:
Kim Woelders 2006-03-21 20:36:02 +00:00
parent e0f5df38f6
commit 397dd5f40a
1 changed files with 2 additions and 3 deletions

View File

@ -154,11 +154,10 @@ SlideEwinTo(EWin * ewin, int fx, int fy, int tx, int ty, int speed)
ewin->state.animated = 0;
Mode.place.doing_slide = 0;
if (Conf.place.slidemode == 0)
EwinMove(ewin, tx, ty);
else
if (Conf.place.slidemode)
DrawEwinShape(ewin, Conf.place.slidemode, tx, ty,
ewin->client.w, ewin->client.h, 2);
EwinMove(ewin, tx, ty);
FocusEnable(1);