2003/09/26 02:56:56
[org.ibex.core.git] / src / org / xwt / plat / Darwin.cc
index f946729..7cbfad0 100644 (file)
@@ -668,7 +668,8 @@ OSStatus paint(GDHandle device,
   Rect r;
   WC(GetRegionBounds)(inClientPaintRgn, &r);
   ((Darwin$CarbonSurface*)refCon)->Dirty(r.left, r.top, r.right - r.left, r.bottom - r.top);
-  ((Darwin$CarbonSurface*)refCon)->blitDirtyScreenRegions();
+  //((Darwin$CarbonSurface*)refCon)->blitDirtyScreenRegions();
+  ((Darwin$CarbonSurface*)refCon)->render_();
   //printf("hit %d %d %d %d\n", r.left, r.top, r.right, r.bottom);
 }