Changeset 16469 in vbox for trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
- Timestamp:
- Feb 2, 2009 5:21:58 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxConsoleWnd.h
r16319 r16469 41 41 #endif 42 42 #ifdef Q_WS_MAC 43 # undef PAGE_SIZE 44 # undef PAGE_SHIFT 45 # include <Carbon/Carbon.h> 43 # ifdef QT_MAC_USE_COCOA 44 /** @todo Carbon -> Cocoa */ 45 # else 46 # undef PAGE_SIZE 47 # undef PAGE_SHIFT 48 # include <Carbon/Carbon.h> 49 # endif 46 50 #endif 47 51 … … 356 360 #ifdef Q_WS_MAC 357 361 QRegion mCurrRegion; 362 # ifndef QT_MAC_USE_COCOA 363 /** @todo Carbon -> Cocoa */ 364 #else 365 # else 358 366 EventHandlerRef mDarwinRegionEventHandlerRef; 367 # endif 359 368 #endif 360 369 … … 386 395 QRect mNormalGeometry; 387 396 Qt::WindowFlags mSavedFlags; 397 # ifdef QT_MAC_USE_COCOA 398 /** @todo Carbon -> Cocoa */ 399 # else 388 400 /* For the fade effect if the the window goes fullscreen */ 389 401 CGDisplayFadeReservationToken mFadeToken; 402 # endif 390 403 #endif 391 404 };
Note:
See TracChangeset
for help on using the changeset viewer.