VirtualBox

Changeset 3683 in vbox


Ignore:
Timestamp:
Jul 18, 2007 11:24:25 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22969
Message:

reversed top & bottom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/types.h

    r3682 r3683  
    10451045    /** left X coordinate. */
    10461046    int32_t     xLeft;
    1047     /** bottom Y coordinate. */
    1048     int32_t     yBottom;
     1047    /** top Y coordinate. */
     1048    int32_t     yTop;
    10491049    /** right X coordinate. (exclusive) */
    10501050    int32_t     xRight;
    1051     /** top Y coordinate. (exclusive) */
    1052     int32_t     yTop;
     1051    /** bottom Y coordinate. (exclusive) */
     1052    int32_t     yBottom;
    10531053} RTRECT;
    10541054/** Pointer to a rectangle. */
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette