VirtualBox

Ignore:
Timestamp:
Mar 30, 2009 3:06:49 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
45422
Message:

crOpenGL: don't touch qt from non gui threads, fix for #3782

File:
1 edited

Legend:

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

    r16469 r18553  
    6060                     ulong aWidth, ulong aHeight) :
    6161        QEvent ((QEvent::Type) VBoxDefs::ResizeEventType),
    62             mPixelFormat (aPixelFormat), mVRAM (aVRAM), mBitsPerPixel (aBitsPerPixel),
     62        mPixelFormat (aPixelFormat), mVRAM (aVRAM), mBitsPerPixel (aBitsPerPixel),
    6363        mBytesPerLine (aBytesPerLine), mWidth (aWidth), mHeight (aHeight) {}
    6464    ulong pixelFormat() { return mPixelFormat; }
     
    257257    int mWdt;
    258258    int mHgt;
     259    uint64_t mWinId;
    259260
    260261#if defined (Q_OS_WIN32)
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