]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dc.h
Fixed old FIXME about unsigned result of sunstraction + a few changes to be able...
[wxWidgets.git] / include / wx / dc.h
index cf1b3fdcbcf7e91bede748601aee9b8729be02e7..37babb269ca7af7389cabd98da4667a3d34c659b 100644 (file)
@@ -25,6 +25,7 @@
 #include "wx/cursor.h"          // we have member variables of these classes
 #include "wx/font.h"            // so we can't do without them
 #include "wx/colour.h"
+#include "wx/bitmap.h"          // for wxNullBitmap
 #include "wx/brush.h"
 #include "wx/pen.h"
 #include "wx/palette.h"
@@ -786,7 +787,9 @@ private:
 // now include the declaration of wxDC class
 // ----------------------------------------------------------------------------
 
-#if defined(__WXMSW__)
+#if defined(__PALMOS__)
+    #include "wx/palmos/dc.h"
+#elif defined(__WXMSW__)
     #include "wx/msw/dc.h"
 #elif defined(__WXMOTIF__)
     #include "wx/motif/dc.h"