]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/x11/brush.h
Applied SetForegorund colour patch for GTK2.
[wxWidgets.git] / include / wx / x11 / brush.h
index 7544f90877b254e98e873c540930612d7ebc0a4c..4ea94c15fcc61b245876aa42841ec5d68d352f3f 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef _WX_BRUSH_H_
 #define _WX_BRUSH_H_
 
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
 #pragma interface "brush.h"
 #endif
 
@@ -35,7 +35,7 @@ class wxBrush: public wxGDIObject
 public:
     wxBrush() { }
     
-    wxBrush( const wxColour &colour, int style );
+    wxBrush( const wxColour &colour, int style = wxSOLID );
     wxBrush( const wxBitmap &stippleBitmap );
     ~wxBrush();