VirtualBox

Ignore:
Timestamp:
Feb 25, 2009 1:03:29 PM (16 years ago)
Author:
vboxsync
Message:

FE/Qt-OSX: Make the handling of Darwin tasks more generic for Carbon & Cocoa. Disable settings window animation on Cocoa.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxToolBar.h

    r16469 r17126  
    8181            /** @todo Carbon -> Cocoa */
    8282# else  /* !QT_MAC_USE_COCOA */
    83             WindowRef window = ::darwinToWindowRef (this);
     83            WindowRef window = ::darwinToNativeWindow (this);
    8484            EventHandlerUPP eventHandler = ::NewEventHandlerUPP (VBoxToolBar::macEventFilter);
    8585            EventTypeSpec eventTypes[2];
     
    123123    {
    124124#ifdef Q_WS_MAC
    125         ::darwinSetShowToolBarButton (this, aShow);
     125        ::darwinSetShowsToolbarButton (this, aShow);
    126126#else  /* Q_WS_MAC */
    127127        NOREF (aShow);
Note: See TracChangeset for help on using the changeset viewer.

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