use widget::GetScreenBounds to return window position. bug 5998. r:pierre.

This commit is contained in:
danm%netscape.com 2000-01-06 16:02:10 +00:00
Родитель dc0d8d142b
Коммит dc38085a11
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -2719,7 +2719,7 @@ NS_IMETHODIMP nsWebShellWindow::GetContentBounds(nsRect& aResult)
NS_IMETHODIMP nsWebShellWindow::GetWindowBounds(nsRect& aResult)
{
mWindow->GetBounds(aResult);
mWindow->GetScreenBounds(aResult);
return NS_OK;
}