*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:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user