mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-03 03:43:05 +02:00
More updates. . . Got it to the point were gpio_ovtv2 is LVS
clean, which has never happened before.
This commit is contained in:
+2
-1
@@ -378,7 +378,8 @@ areaNMCheck(tile, dinfo, arg)
|
||||
|
||||
TTMaskSetOnlyType(&mask, TiGetLeftType(tile));
|
||||
TTMaskSetType(&mask, TiGetRightType(tile));
|
||||
if (DBSrPaintNMArea((Tile *)tile, (Plane *)NULL, dinfo, arg->dCD_rlist,
|
||||
if (DBSrPaintNMArea((Tile *)tile, (Plane *)NULL,
|
||||
TiGetTypeExact(tile) | dinfo, arg->dCD_rlist,
|
||||
&mask, areaNMReject, (ClientData)tile) == 0)
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user