Fix bug #74870. "Cookie dialog invisible with moz on second screen of Xinerama". Patch from Chris P. Ross <cross@distal.com>. sr=blizzard, r=jwbaker@acm.org

This commit is contained in:
blizzard%redhat.com 2001-10-03 01:38:12 +00:00
Родитель 6db41368ef
Коммит 81f2bc6e6e
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -81,8 +81,8 @@ nsScreenGtk :: GetRect(PRInt32 *outLeft, PRInt32 *outTop, PRInt32 *outWidth, PRI
NS_IMETHODIMP
nsScreenGtk :: GetAvailRect(PRInt32 *outLeft, PRInt32 *outTop, PRInt32 *outWidth, PRInt32 *outHeight)
{
*outTop = mXOrg;
*outLeft = mYOrg;
*outLeft = mXOrg;
*outTop = mYOrg;
*outWidth = mWidth;
*outHeight = mHeight;