Changeset 22826 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Sep 7, 2009 9:04:49 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 52048
- Location:
- trunk/src/VBox/Frontends/VirtualBox
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h
r22824 r22826 1299 1299 T::paintEvent(pe); 1300 1300 break; 1301 default: 1302 break; 1301 1303 } 1302 1304 } -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r22822 r22826 5151 5151 VBOXFBOVERLAY_RESUT VBoxQGLOverlay::onPaintEvent (const QPaintEvent *pe, QRect *pRect) 5152 5152 { 5153 Q_UNUSED(pe); 5154 Q_UNUSED(pRect); 5155 5153 5156 if(mOverlayWidgetVisible && !mProcessingCommands) 5154 5157 { … … 5162 5165 void VBoxQGLOverlay::onResizeEvent (const VBoxResizeEvent *re) 5163 5166 { 5164 5167 Q_UNUSED(re); 5165 5168 } 5166 5169 5167 5170 void VBoxQGLOverlay::onResizeEventPostprocess (const VBoxResizeEvent *re) 5168 5171 { 5172 Q_UNUSED(re); 5173 5169 5174 bool bDoOpExit = false; 5170 5175 -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBQGL.cpp
r22822 r22826 120 120 void VBoxQGLFrameBuffer::paintEvent (QPaintEvent *pe) 121 121 { 122 Q_UNUSED(pe); 122 123 VBoxGLWidget * pw = vboxWidget(); 123 124 pw->makeCurrent(); … … 145 146 void VBoxQGLFrameBuffer::doProcessVHWACommand(QEvent * pEvent) 146 147 { 148 Q_UNUSED(pEvent); 147 149 vboxWidget()->vboxProcessVHWACommands(&mCmdPipe); 148 150 }
Note:
See TracChangeset
for help on using the changeset viewer.