forked from e16/e16
1
0
Fork 0

Fix translucent moves (noted by Thanatermesis, broken since 0.16.8.9).

SVN revision: 32470
This commit is contained in:
Kim Woelders 2007-11-07 21:40:30 +00:00
parent fe424f4da2
commit 3687f6064f
1 changed files with 3 additions and 0 deletions

View File

@ -135,6 +135,9 @@ EBlendRemoveShape(Win win, Pixmap pmap, int x, int y)
return;
}
if (win->num_rect <= 0)
return;
w = WinGetW(win);
h = WinGetH(win);