Changeset 3683 in vbox
- Timestamp:
- Jul 18, 2007 11:24:25 AM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 22969
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r3682 r3683 1045 1045 /** left X coordinate. */ 1046 1046 int32_t xLeft; 1047 /** bottomY coordinate. */1048 int32_t y Bottom;1047 /** top Y coordinate. */ 1048 int32_t yTop; 1049 1049 /** right X coordinate. (exclusive) */ 1050 1050 int32_t xRight; 1051 /** topY coordinate. (exclusive) */1052 int32_t y Top;1051 /** bottom Y coordinate. (exclusive) */ 1052 int32_t yBottom; 1053 1053 } RTRECT; 1054 1054 /** Pointer to a rectangle. */
Note:
See TracChangeset
for help on using the changeset viewer.