]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/region.h
Blind wxTinderbox fix.
[wxWidgets.git] / include / wx / region.h
index 15cd749a7f9204ce282ba0aa3bc72c347b2fb421..54e1bb5e785beb6766294e4cf19c95269eb28d92 100644 (file)
 
 #include "wx/colour.h"
 
+enum wxRegionContain
+{
+    wxOutRegion = 0,
+    wxPartRegion = 1,
+    wxInRegion = 2
+};
+
 #if defined(__WXPALMOS__)
     #include "wx/palmos/region.h"
 #elif defined(__WXMSW__)