Call DeviceContextImpl::Init() just because Windows does it

This commit is contained in:
pierre%netscape.com 1998-12-18 13:29:06 +00:00
Родитель 085c89871c
Коммит ed9efc3407
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -86,7 +86,7 @@ double pix_inch;
// cps - Unlocking GDeviceHandles is a no - no. See above.
::HSetState ((Handle)thegd,hState);
return NS_OK;
return DeviceContextImpl::Init(aNativeWidget);
}

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

@ -86,7 +86,7 @@ double pix_inch;
// cps - Unlocking GDeviceHandles is a no - no. See above.
::HSetState ((Handle)thegd,hState);
return NS_OK;
return DeviceContextImpl::Init(aNativeWidget);
}