Changeset 1659
- Timestamp:
- Aug 30, 2004, 11:41:55 AM (22 years ago)
- File:
-
- 1 edited
-
trunk/archive/pslib/include/psImage.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/archive/pslib/include/psImage.h
r1633 r1659 27 27 } data; 28 28 const struct psImage *parent; ///< parent, if a subimage 29 int Nchildren; ///< number of subimages 30 struct psImage **children; ///< children of this region; array of Nchildren pointers 29 psArray *children; ///< children of this region 31 30 } psImage; 32 31
Note:
See TracChangeset
for help on using the changeset viewer.
