]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/font.h
Shortcuts for avoiding #ifdef __SMARTPHONE__ conditions.
[wxWidgets.git] / include / wx / os2 / font.h
index 11792862cfbf720b6abd88f41e97aaf0d0ce2408..314d445d7bd9ce74f2456d116bbe04ea71fcc050 100644 (file)
@@ -32,7 +32,7 @@ public:
            ,int             nFamily
            ,int             nStyle
            ,int             nWeight
-           ,bool            bUnderlined = FALSE
+           ,bool            bUnderlined = false
            ,const wxString& rsFace = wxEmptyString
            ,wxFontEncoding  vEncoding = wxFONTENCODING_DEFAULT
           )
@@ -67,7 +67,7 @@ public:
                 ,int             nFamily
                 ,int             nStyle
                 ,int             nWeight
-                ,bool            bUnderlined = FALSE
+                ,bool            bUnderlined = false
                 ,const wxString& rsFace = wxEmptyString
                 ,wxFontEncoding  vEncoding = wxFONTENCODING_DEFAULT
                );
@@ -116,7 +116,7 @@ public:
     virtual bool     IsFree(void) const;
     virtual bool     RealizeResource(void);
     virtual WXHANDLE GetResourceHandle(void);
-    virtual bool     FreeResource(bool bForce = FALSE);
+    virtual bool     FreeResource(bool bForce = false);
 
     WXHFONT GetHFONT(void) const;