mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 06:07:34 +02:00
extract: DBSrCellPlaneArea() cb_database_srcellplanearea_t extContainsCellFunc()
This commit is contained in:
committed by
R. Timothy Edwards
parent
321b2d61c7
commit
b3617f603d
+1
-2
@@ -106,7 +106,7 @@ void extDefParentAreaFunc();
|
||||
void extExtractStack();
|
||||
|
||||
bool extContainsGeometry();
|
||||
bool extContainsCellFunc();
|
||||
int extContainsCellFunc(CellUse *use, ClientData cdata); /* cb_database_srcellplanearea_t (const CellUse *allButUse) */
|
||||
bool extTimestampMisMatch();
|
||||
|
||||
/*
|
||||
@@ -806,7 +806,6 @@ extContainsGeometry(def, allButUse, area)
|
||||
Rect *area;
|
||||
{
|
||||
int extContainsPaintFunc();
|
||||
int extContainsCellFunc(CellUse *use, ClientData cdata); /* cb_database_srcellplanearea_t (const CellUse *allButUse) */
|
||||
int pNum;
|
||||
|
||||
if (DBSrCellPlaneArea(def->cd_cellPlane, area,
|
||||
|
||||
Reference in New Issue
Block a user