oops - only resist windows that are... VISIBLE! :)

SVN revision: 5728
This commit is contained in:
Carsten Haitzler 2001-11-25 02:43:40 +00:00
parent 3cbfb2d937
commit e0fe7d8826
1 changed files with 11 additions and 8 deletions

View File

@ -53,6 +53,8 @@ rects = evas_list_append(rects, r); \
E_Border *bd;
bd = l->data;
if (bd->current.visible)
{
if (bd != b)
{
r = NEW(struct _E_Rect, 1);
@ -64,6 +66,7 @@ rects = evas_list_append(rects, r); \
rects = evas_list_append(rects, r);
}
}
}
for (l = rects; l; l = l->next)
{
r = l->data;