*not part of te build*

checking the right fix for 83320


git-svn-id: svn://10.0.0.236/trunk@96132 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
idk%eng.sun.com
2001-05-31 20:59:28 +00:00
parent bb42f7a19f
commit 49ac13f299

View File

@@ -86,9 +86,10 @@ void PlugletViewMotif::Initialize() {
clazz = NULL;
return;
}
getAwtData((void*)&awt_depth, (void*)&awt_cmap, (void*)&awt_visual,
(void*)&awt_num_colors, NULL);
getAwtLockFunctions(&AwtLock, &AwtUnLock, &AwtNoFlushUnLock,NULL);
getAwtData(&awt_depth, &awt_cmap, &awt_visual,
&awt_num_colors, NULL);
getAwtLockFunctions((void*)&AwtLock, (void*)&AwtUnLock,
(void*)&AwtNoFlushUnLock,NULL);
}
PRBool PlugletViewMotif::SetWindow(nsPluginWindow* win) {