VirtualBox

Changeset 22855 in vbox


Ignore:
Timestamp:
Sep 9, 2009 8:01:58 AM (15 years ago)
Author:
vboxsync
Message:

video hw accel: annoying warnings

Location:
trunk/src/VBox/Frontends/VirtualBox/include
Files:
2 edited

Legend:

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

    r22852 r22855  
    12031203     * @return true if the request was processed & should not be forwarded to the framebuffer
    12041204     * 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*/)
    12091209    {
    12101210        mCmdPipe.completeCurrentEvent();
     
    12171217    void onResizeEventPostprocess (const class VBoxResizeEvent *re);
    12181218
    1219     void onViewportResized(QResizeEvent * re)
     1219    void onViewportResized(QResizeEvent * /*re*/)
    12201220    {
    12211221        vboxDoCheckUpdateViewport();
     
    12231223    }
    12241224
    1225     void onViewportScrolled(int dx, int dy)
     1225    void onViewportScrolled(int /*dx*/, int /*dy*/)
    12261226    {
    12271227        vboxDoCheckUpdateViewport();
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h

    r22834 r22855  
    244244    virtual void doProcessVHWACommand(QEvent * pEvent);
    245245
    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*/){}
    249249#endif
    250250
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette