зеркало из https://github.com/mozilla/gecko-dev.git
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:
Родитель
6db41368ef
Коммит
81f2bc6e6e
|
@ -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;
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче