This commit is contained in:
joki%netscape.com 1998-11-12 21:35:46 +00:00
Родитель b1ee1a8ae9
Коммит 60dc90b13e
1 изменённых файлов: 0 добавлений и 1 удалений

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

@ -1293,7 +1293,6 @@ nsBrowserWindow::GetBounds(nsRect& aBounds)
NS_IMETHODIMP NS_IMETHODIMP
nsBrowserWindow::GetWindowBounds(nsRect& aBounds) nsBrowserWindow::GetWindowBounds(nsRect& aBounds)
{ {
//XXX This needs to be non-client bounds when it exists.
mWindow->GetBounds(aBounds); mWindow->GetBounds(aBounds);
return NS_OK; return NS_OK;
} }