]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
use MSWAlwaysDrawBg() to fix the problem with black background; rewrote/cleaned up...
[wxWidgets.git] / include / wx / app.h
index 29f9f34c1886d2c76c5a6ab7877acd8ac14e51df..a68433c157a036add672385ecb95293c139282c3 100644 (file)
@@ -561,7 +561,9 @@ protected:
 // ----------------------------------------------------------------------------
 
 #if wxUSE_GUI
-    #if defined(__WXMSW__)
+    #if defined(__PALMOS__)
+        #include "wx/palmos/app.h"
+    #elif defined(__WXMSW__)
         #include "wx/msw/app.h"
     #elif defined(__WXMOTIF__)
         #include "wx/motif/app.h"