]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colour.h
use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up...
[wxWidgets.git] / include / wx / colour.h
index a8d43815993899f92f9c928dcdb440e7255f54ba..1c44ce4ef7581d757fc11fd073d79899187e516b 100644 (file)
@@ -1,7 +1,9 @@
 #ifndef _WX_COLOUR_H_BASE_
 #define _WX_COLOUR_H_BASE_
 
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+#include "wx/palmos/colour.h"
+#elif defined(__WXMSW__)
 #include "wx/msw/colour.h"
 #elif defined(__WXMOTIF__)
 #include "wx/motif/colour.h"