Changeset 3682 in vbox
- Timestamp:
- Jul 18, 2007 11:21:51 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22968
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r3639 r3682 1047 1047 /** bottom Y coordinate. */ 1048 1048 int32_t yBottom; 1049 /** right X coordinate. */1049 /** right X coordinate. (exclusive) */ 1050 1050 int32_t xRight; 1051 /** top Y coordinate. */1051 /** top Y coordinate. (exclusive) */ 1052 1052 int32_t yTop; 1053 1053 } RTRECT;
Note:
See TracChangeset
for help on using the changeset viewer.