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

compositor which is not yet enabled. approved by sar.


git-svn-id: svn://10.0.0.236/trunk@22216 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
michaelp%netscape.com
1999-02-26 20:16:50 +00:00
parent 0f787fde0e
commit 3c0d098a85

View File

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