]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/pen.h
Nuke GTK1 from include/gtk
[wxWidgets.git] / include / wx / os2 / pen.h
index fe4c3460ef02eb201a439ac14355c4c97e1dbdaf..e89c11a158557986e4902b5e2889309437b4a9eb 100644 (file)
@@ -68,10 +68,7 @@ public:
     // Override in order to recreate the pen
     //
     void SetColour(const wxColour& rColour);
-    void SetColour( unsigned char cRed
-                   ,unsigned char cGreen
-                   ,unsigned char cBlue
-                  );
+    void SetColour(unsigned char cRed, unsigned char cGreen, unsigned char cBlue);
 
     void SetWidth(int nWidth);
     void SetStyle(int nStyle);
@@ -100,7 +97,7 @@ public:
     // Useful helper: create the brush resource
     //
     bool     RealizeResource(void);
-    bool     FreeResource(bool bForce = FALSE);
+    bool     FreeResource(bool bForce = false);
     WXHANDLE GetResourceHandle(void);
     bool     IsFree(void) const;
     void     Unshare(void);