зеркало из https://github.com/mozilla/pjs.git
Always use |PR_TRUE| instead of |true| as some compiler don't define |true|.
This commit is contained in:
Родитель
458f0be45e
Коммит
ea9a450b61
|
@ -165,6 +165,6 @@ WebBrowser::Print(void)
|
|||
nsresult
|
||||
WebBrowser::SetPositionAndSize(int x, int y, int cx, int cy)
|
||||
{
|
||||
return mBaseWindow->SetPositionAndSize(x, y, cx, cy, true);
|
||||
return mBaseWindow->SetPositionAndSize(x, y, cx, cy, PR_TRUE);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче