extract: DBSrCellPlaneArea() const Rect * arg2
This commit is contained in:
parent
5c8510355f
commit
321b2d61c7
|
|
@ -83,7 +83,7 @@ struct seeTypesArg
|
||||||
*/
|
*/
|
||||||
|
|
||||||
int
|
int
|
||||||
DBSrCellPlaneArea(BPlane *plane, Rect *rect, int (*func)(), ClientData arg)
|
DBSrCellPlaneArea(BPlane *plane, const Rect *rect, int (*func)(), ClientData arg)
|
||||||
{
|
{
|
||||||
BPEnum *bpe;
|
BPEnum *bpe;
|
||||||
CellUse *use;
|
CellUse *use;
|
||||||
|
|
|
||||||
|
|
@ -970,7 +970,7 @@ extern void DBUndoPutLabel();
|
||||||
extern bool DBCellRename();
|
extern bool DBCellRename();
|
||||||
extern bool DBCellDelete();
|
extern bool DBCellDelete();
|
||||||
extern int DBCellSrArea();
|
extern int DBCellSrArea();
|
||||||
extern int DBSrCellPlaneArea();
|
extern int DBSrCellPlaneArea(BPlane *plane, const Rect *rect, int (*func)(), ClientData arg);
|
||||||
extern int DBMoveCell();
|
extern int DBMoveCell();
|
||||||
extern bool DBReLinkCell();
|
extern bool DBReLinkCell();
|
||||||
extern int DBBoundCellPlane();
|
extern int DBBoundCellPlane();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue