More bug fix updates.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13760 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2002-01-23 05:48:58 +00:00
parent 995c1788f5
commit 828621c2ea
3 changed files with 29 additions and 25 deletions

View File

@@ -262,6 +262,7 @@ void wxFillLogFont(
LOGFONT* pFattrs // OS2 GPI FATTRS
, PFACENAMEDESC pFaceName
, HPS* phPS
, bool* pbInternalPS
, long* pflId
, wxString& sFaceName
, wxFont* pFont
@@ -419,6 +420,7 @@ void wxFillLogFont(
vError = ::WinGetLastError(vHabmain);
}
sFaceName = zFacename;
*pbInternalPS = bInternalPS;
//
// That's it, we now have everything we need to actually create the font