]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/colour.cpp
Also set GTK text direction to m_wxwindow.
[wxWidgets.git] / src / motif / colour.cpp
index 54a489002a54f53632b860ac41812239385459ab..32c0d39b78a3236fc1b4285e0d0008972601d38a 100644 (file)
 
 #include "wx/colour.h"
 
-#include "wx/gdicmn.h"
-#include "wx/app.h"
+#ifndef WX_PRECOMP
+    #include "wx/app.h"
+    #include "wx/gdicmn.h"
+#endif
 
 #ifdef __VMS__
 #pragma message disable nosimpint
@@ -62,7 +64,8 @@ wxColour::~wxColour()
 {
 }
 
-void wxColour::InitWith(unsigned char r, unsigned char g, unsigned char b)
+void wxColour::InitRGBA(unsigned char r, unsigned char g, unsigned char b,
+                        unsigned char WXUNUSED(a))
 {
     m_red = r;
     m_green = g;