VirtualBox

Ignore:
Timestamp:
Oct 20, 2009 11:42:26 AM (15 years ago)
Author:
vboxsync
Message:

FE/Qt4-OSX: fix redraw problem on Snow Leopard/Carbon in a dual screen setup (public bug #4942)

File:
1 edited

Legend:

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

    r23346 r23899  
    475475    void resizeEvent (VBoxResizeEvent *re);
    476476
     477#ifndef QT_MAC_USE_COCOA
     478    void testAndSetSNCarbonFix();
     479#endif /* QT_MAC_USE_COCOA */
     480
    477481private:
    478482
     
    506510     * This is operated with atomic cmpxchg and atomic xchg. */
    507511    RegionRects volatile *mRegionUnused;
     512
     513#ifndef QT_MAC_USE_COCOA
     514    bool mSnowLeoCarbonFix;
     515    EventHandlerRef mDarwinSNWindowHandlerRef;
     516#endif /* QT_MAC_USE_COCOA */
    508517};
    509518
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