]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/dc.cpp
we don't need to use select() in DoWait() if we're receiving notifications about...
[wxWidgets.git] / src / dfb / dc.cpp
index 67609b4f13179105b5429200f6544ede542a91d4..aecb71fa444f52ef3a506378ac4207cff6799889 100644 (file)
@@ -107,7 +107,7 @@ void wxDFBDCImpl::DoSetDeviceClippingRegion(const wxRegion& region)
     rect.width = XDEV2LOG(rect.width);
     rect.height = YDEV2LOG(rect.height);
 
-    DoSetClippingRegion(rect);
+    DoSetClippingRegion(rect.x, rect.y, rect.width, rect.height);
 }
 
 void wxDFBDCImpl::DestroyClippingRegion()