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:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user