Changeset 16269 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jan 27, 2009 5:36:48 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 42087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFrameBuffer.cpp
r15900 r16269 41 41 #if !defined (Q_OS_WIN32) 42 42 NS_DECL_CLASSINFO (VBoxFrameBuffer) 43 NS_IMPL_ ISUPPORTS1_CI (VBoxFrameBuffer, IFramebuffer)43 NS_IMPL_THREADSAFE_ISUPPORTS1_CI (VBoxFrameBuffer, IFramebuffer) 44 44 #endif 45 45 … … 142 142 if (!winId) 143 143 return E_POINTER; 144 *winId = (mView && mView->viewport()) ? (ULONG64) mView->viewport()->winId() : 0; 144 *winId = (mView && mView->viewport()) ? (ULONG64) mView->viewport()->winId() : 0; 145 145 return S_OK; 146 146 } … … 616 616 if (fSameResolutionRequested) 617 617 { 618 LogFlowFunc(("the same resolution requested, skipping the resize.\n")); 618 LogFlowFunc(("the same resolution requested, skipping the resize.\n")); 619 619 return; 620 620 }
Note:
See TracChangeset
for help on using the changeset viewer.