VirtualBox

Ignore:
Timestamp:
Jan 27, 2009 5:36:48 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
42087
Message:

FE/Qt4: Fixed the "not thread-safe" assertion in VBoxFrameBuffer (#3583).

File:
1 edited

Legend:

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

    r15900 r16269  
    4141#if !defined (Q_OS_WIN32)
    4242NS_DECL_CLASSINFO (VBoxFrameBuffer)
    43 NS_IMPL_ISUPPORTS1_CI (VBoxFrameBuffer, IFramebuffer)
     43NS_IMPL_THREADSAFE_ISUPPORTS1_CI (VBoxFrameBuffer, IFramebuffer)
    4444#endif
    4545
     
    142142    if (!winId)
    143143        return E_POINTER;
    144     *winId = (mView && mView->viewport()) ? (ULONG64) mView->viewport()->winId() : 0;   
     144    *winId = (mView && mView->viewport()) ? (ULONG64) mView->viewport()->winId() : 0;
    145145    return S_OK;
    146146}
     
    616616    if (fSameResolutionRequested)
    617617    {
    618         LogFlowFunc(("the same resolution requested, skipping the resize.\n")); 
     618        LogFlowFunc(("the same resolution requested, skipping the resize.\n"));
    619619        return;
    620620    }
Note: See TracChangeset for help on using the changeset viewer.

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