Changeset 34565 in vbox for trunk/include/iprt
- Timestamp:
- Dec 1, 2010 12:16:05 PM (14 years ago)
- svn:sync-xref-src-repo-rev:
- 68358
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/types.h
r34541 r34565 1774 1774 int32_t y; 1775 1775 /** The width. 1776 * Unless stated otherwise, this is to the right of (x,y). */ 1777 uint32_t cx; 1776 * Unless stated otherwise, this is to the right of (x,y) and will not 1777 * be a negative number. */ 1778 int32_t cx; 1778 1779 /** The height. 1779 * Unless stated otherwise, this is down from (x,y). */ 1780 uint32_t cy; 1780 * Unless stated otherwise, this is down from (x,y) and will not be a 1781 * negative number. */ 1782 int32_t cy; 1781 1783 } RTRECT2; 1782 1784 /** Pointer to a point + size rectangle. */
Note:
See TracChangeset
for help on using the changeset viewer.