]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/region.cpp
Changed a few true -> TRUE
[wxWidgets.git] / src / motif / region.cpp
index 914921145034bc6caf9ddcf6596670a5429c3001..d4ced6405db74940d03cb09a86e2fa8f70e151c9 100644 (file)
@@ -105,7 +105,7 @@ wxRegion::~wxRegion()
 }
 
 // Get the internal region handle
-WXRegion wxRegion::GetXRegion()
+WXRegion wxRegion::GetXRegion() const
 {
     wxASSERT( m_refData !=NULL );
 
@@ -206,9 +206,7 @@ bool wxRegion::Combine(const wxRegion& region, wxRegionOp op)
             break ;
     }
 
-    // TODO combine region
-
-       return FALSE;
+  return FALSE;
 }
 
 bool wxRegion::Combine(const wxRect& rect, wxRegionOp op)