Changeset 6794 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Feb 4, 2008 5:45:03 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 27890
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r6725 r6794 509 509 ulong mPixelFormat; 510 510 CGImageRef mImage; 511 #if 1512 CGRect *mRegionRects;513 ULONG mRegionCount;514 #else515 511 typedef struct 516 512 { … … 520 516 ULONG used; 521 517 /** Variable sized array of the rectangle that makes up the region. */ 522 CGR ECTrcts[1];518 CGRect rcts[1]; 523 519 } RegionRects; 524 520 /** The current valid region, all access is by atomic cmpxchg or atomic xchg. … … 536 532 * This is operated with atomic cmpxchg and atomic xchg. */ 537 533 RegionRects volatile *mRegionUnused; 538 #endif539 534 }; 540 535
Note:
See TracChangeset
for help on using the changeset viewer.