]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/pen.cpp
Remove my binary compatibility stuff from HEAD. Patch #1367014 used for reference.
[wxWidgets.git] / src / x11 / pen.cpp
index 6fc6a57176da94c0b97c7faa05c3c9f4b1279635..f6dccc9a9ea68cb614d0729e64a473db4330b48d 100644 (file)
@@ -122,7 +122,7 @@ void wxPen::SetDashes( int number_of_dashes, const wxDash *dash )
     M_PENDATA->m_dash = (wxX11Dash *)dash; // TODO
 }
 
-void wxPen::SetColour( int red, int green, int blue )
+void wxPen::SetColour( unsigned char red, unsigned char green, unsigned char blue )
 {
     AllocExclusive();