зеркало из https://github.com/mozilla/gecko-dev.git
*not part of te build*
checking the right fix for 83320
This commit is contained in:
Родитель
f7f505a58c
Коммит
70c262f052
|
@ -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) {
|
||||
|
|
Загрузка…
Ссылка в новой задаче