]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/window.h
don't always erase the background ourselves as this is incompatible with XP themed...
[wxWidgets.git] / include / wx / window.h
index f641fc3dcaa5fa893ff43944701d328d536ed421..db5205b6a71aee14afca970f17497fc1256a7b13 100644 (file)
@@ -1310,7 +1310,14 @@ private:
 // ----------------------------------------------------------------------------
 
 // include the declaration of the platform-specific class
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+    #ifdef __WXUNIVERSAL__
+        #define wxWindowNative wxWindowPalm
+    #else // !wxUniv
+        #define wxWindowPalm wxWindow
+    #endif // wxUniv/!wxUniv
+    #include "wx/palmos/window.h"
+#elif defined(__WXMSW__)
     #ifdef __WXUNIVERSAL__
         #define wxWindowNative wxWindowMSW
     #else // !wxUniv