Changeset 22855 in vbox
- Timestamp:
- Sep 9, 2009 8:01:58 AM (15 years ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/include
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFBOverlay.h
r22852 r22855 1203 1203 * @return true if the request was processed & should not be forwarded to the framebuffer 1204 1204 * false - otherwise */ 1205 bool onRequestResize (ULONG aScreenId, ULONG aPixelFormat,1206 BYTE *aVRAM, ULONG aBitsPerPixel, ULONG aBytesPerLine,1207 ULONG aWidth, ULONG aHeight,1208 BOOL *aFinished)1205 bool onRequestResize (ULONG /*aScreenId*/, ULONG /*aPixelFormat*/, 1206 BYTE * /*aVRAM*/, ULONG /*aBitsPerPixel*/, ULONG /*aBytesPerLine*/, 1207 ULONG /*aWidth*/, ULONG /*aHeight*/, 1208 BOOL * /*aFinished*/) 1209 1209 { 1210 1210 mCmdPipe.completeCurrentEvent(); … … 1217 1217 void onResizeEventPostprocess (const class VBoxResizeEvent *re); 1218 1218 1219 void onViewportResized(QResizeEvent * re)1219 void onViewportResized(QResizeEvent * /*re*/) 1220 1220 { 1221 1221 vboxDoCheckUpdateViewport(); … … 1223 1223 } 1224 1224 1225 void onViewportScrolled(int dx, int dy)1225 void onViewportScrolled(int /*dx*/, int /*dy*/) 1226 1226 { 1227 1227 vboxDoCheckUpdateViewport(); -
trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h
r22834 r22855 244 244 virtual void doProcessVHWACommand(QEvent * pEvent); 245 245 246 virtual void viewportResized(QResizeEvent * re){}247 248 virtual void viewportScrolled(int dx, int dy){}246 virtual void viewportResized(QResizeEvent * /*re*/){} 247 248 virtual void viewportScrolled(int /*dx*/, int /*dy*/){} 249 249 #endif 250 250
Note:
See TracChangeset
for help on using the changeset viewer.