added fix for GetRects(). not currently called by anything but the new

compositor which is not yet enabled. approved by sar.
This commit is contained in:
michaelp%netscape.com 1999-02-26 20:16:50 +00:00
Родитель af7c884275
Коммит c7ccc56a41
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -250,6 +250,8 @@ NS_IMETHODIMP nsRegionGTK::GetRects(nsRegionRectSet **aRects)
rect++;
}
*aRects = rects;
return NS_OK;
}