зеркало из https://github.com/mozilla/gecko-dev.git
added kludge for nsFileWidget
This commit is contained in:
Родитель
a4d3f27e3b
Коммит
b317ab6dbe
|
@ -20,6 +20,8 @@
|
|||
#include "nsIAppShell.h"
|
||||
#include <stdlib.h>
|
||||
|
||||
XtAppContext gAppContext;
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
//
|
||||
// nsISupports implementation macro
|
||||
|
@ -44,6 +46,7 @@ void nsAppShell::Create(int* argc, char ** argv)
|
|||
XtSetLanguageProc(NULL, NULL, NULL);
|
||||
mTopLevel = XtVaAppInitialize(&mAppContext, "nsAppShell", NULL,
|
||||
0, argc, argv, NULL, NULL);
|
||||
gAppContext = mAppContext;
|
||||
}
|
||||
|
||||
//-------------------------------------------------------------------------
|
||||
|
|
Загрузка…
Ссылка в новой задаче