Patch to fix incorrect coordinates to first call of SetWindow(), bug 97656 r=av sr=attinasi a=asa

This commit is contained in:
peterlubczynski%netscape.com 2001-08-31 18:28:04 +00:00
Родитель c9ea0f44cf
Коммит 77e18d6b81
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -997,6 +997,10 @@ NS_IMETHODIMP pluginInstanceOwner :: CreateWidget(void)
else
return NS_ERROR_FAILURE;
#if defined(XP_MAC)
FixUpPluginWindow();
#endif
return rv;
}