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

git-svn-id: svn://10.0.0.236/trunk@16659 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
pierre%netscape.com
1998-12-18 13:29:06 +00:00
parent fe1969d001
commit fc485403b5
2 changed files with 2 additions and 2 deletions

View File

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

View File

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