tweak rev 1.137 to reduce the population of warnings from 2131 back to 2129

This commit is contained in:
danm-moz%comcast.net 2003-11-09 16:33:14 +00:00
Родитель 1a9aa3db29
Коммит 7918c21eb3
1 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1207,10 +1207,10 @@ void nsXULWindow::StaggerPosition(PRInt32 &aRequestedX, PRInt32 &aRequestedY,
if (NS_FAILED(rv))
return;
PRInt32 screenTop,
screenRight,
screenBottom,
screenLeft;
PRInt32 screenTop = 0, // it's pointless to initialize these ...
screenRight = 0, // ... but to prevent oversalubrious and ...
screenBottom = 0, // ... underbright compilers from ...
screenLeft = 0; // ... issuing warnings.
PRBool gotScreen = PR_FALSE;
{ // fetch screen coordinates