This commit is contained in:
rods 1998-06-15 20:22:43 +00:00
Родитель a4d3f27e3b
Коммит b317ab6dbe
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -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;
}
//-------------------------------------------------------------------------