few fixes here and there.. more work on making it work

This commit is contained in:
pavlov%pavlov.net 1998-11-01 19:29:40 +00:00
Родитель 213f51210f
Коммит 9f02b943db
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -190,7 +190,6 @@ void nsWindow::InitToolkit(nsIToolkit *aToolkit,
void nsWindow::InitDeviceContext(nsIDeviceContext *aContext,
GtkWidget *aParentWidget)
{
#if 0
// keep a reference to the toolkit object
if (aContext) {
mContext = aContext;
@ -211,7 +210,6 @@ void nsWindow::InitDeviceContext(nsIDeviceContext *aContext,
mContext->Init(aParentWidget);
}
}
#endif
}
@ -364,6 +362,7 @@ void nsWindow::CreateChildWindow(nsNativeWidget aNativeParent,
XmNuserData, this,
nsnull);
#endif
mWidget = gtk_layout_new(0,0);
if (aWidgetParent) {
aWidgetParent->AddChild(this);
}