]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/private.h
made SetDirectory() work, minor code cleanup (much is left to do)
[wxWidgets.git] / include / wx / os2 / private.h
index 6810116050c96bb4a280d0327d41ba73528635b6..b6ce09db99b3169d514772373f76569432e6ae2f 100644 (file)
@@ -30,7 +30,7 @@
    ULONG     idMasterSpb;  /*  ID of the servant's master spinbutton. */
    PVOID     pHWXCtlData;  /*  Handwriting control data structure flag. */
  } SPBCDATA;
+
  typedef SPBCDATA *PSPBCDATA;
 #endif
 
@@ -267,9 +267,14 @@ WXDLLEXPORT void wxSetInstance(HINSTANCE hInst);
 WXDLLEXPORT wxWindow* wxFindWinFromHandle(WXHWND hWnd);
 
 WXDLLEXPORT void   wxGetCharSize(WXHWND wnd, int *x, int *y,wxFont *the_font);
+
+WXDLLEXPORT void   wxConvertVectorFontSize( FIXED   fxPointSize
+                                           ,PFATTRS pFattrs
+                                          );
 WXDLLEXPORT void   wxFillLogFont( LOGFONT*      pLogFont
                                  ,PFACENAMEDESC pFaceName
-                                 ,HPS           hPS
+                                 ,HPS*          phPS
+                                 ,bool*         pbInternalPS
                                  ,long*         pflId
                                  ,wxString&     sFaceName
                                  ,wxFont*       pFont