Changeset 23899 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
- Timestamp:
- Oct 20, 2009 11:42:26 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r23346 r23899 475 475 void resizeEvent (VBoxResizeEvent *re); 476 476 477 #ifndef QT_MAC_USE_COCOA 478 void testAndSetSNCarbonFix(); 479 #endif /* QT_MAC_USE_COCOA */ 480 477 481 private: 478 482 … … 506 510 * This is operated with atomic cmpxchg and atomic xchg. */ 507 511 RegionRects volatile *mRegionUnused; 512 513 #ifndef QT_MAC_USE_COCOA 514 bool mSnowLeoCarbonFix; 515 EventHandlerRef mDarwinSNWindowHandlerRef; 516 #endif /* QT_MAC_USE_COCOA */ 508 517 }; 509 518
Note:
See TracChangeset
for help on using the changeset viewer.