Changeset 18553 in vbox for trunk/src/VBox/Frontends/VirtualBox/include
- Timestamp:
- Mar 30, 2009 3:06:49 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 45422
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r16469 r18553 60 60 ulong aWidth, ulong aHeight) : 61 61 QEvent ((QEvent::Type) VBoxDefs::ResizeEventType), 62 62 mPixelFormat (aPixelFormat), mVRAM (aVRAM), mBitsPerPixel (aBitsPerPixel), 63 63 mBytesPerLine (aBytesPerLine), mWidth (aWidth), mHeight (aHeight) {} 64 64 ulong pixelFormat() { return mPixelFormat; } … … 257 257 int mWdt; 258 258 int mHgt; 259 uint64_t mWinId; 259 260 260 261 #if defined (Q_OS_WIN32)
Note:
See TracChangeset
for help on using the changeset viewer.