]> git.saurik.com Git - wxWidgets.git/blobdiff - src/palmos/region.cpp
simplifying alpha, adding commented part for high-res screens
[wxWidgets.git] / src / palmos / region.cpp
index 64e726b9977b395d8d0dbdbb708a450dda9a0268..8a408284a13656801abd36acfc59185bb94f8adc 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
 #include "wx/region.h"
 
-#include "wx/gdicmn.h"
+#ifndef WX_PRECOMP
+    #include "wx/gdicmn.h"
+#endif
 
 IMPLEMENT_DYNAMIC_CLASS(wxRegion, wxGDIObject)
 IMPLEMENT_DYNAMIC_CLASS(wxRegionIterator, wxObject)