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
parent 58b3da2562
commit 77c2a61134

View File

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