VirtualBox

Changeset 3569 in vbox for trunk/src/VBox/Frontends/VBoxBFE


Ignore:
Timestamp:
Jul 12, 2007 7:32:16 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
22812
Message:

QueryVisibleRegion -> GetVisibleRegion

Location:
trunk/src/VBox/Frontends/VBoxBFE
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxBFE/Framebuffer.h

    r3532 r3569  
    5252                                   ULONG width, ULONG height, BOOL *handled) = 0;
    5353
    54     virtual HRESULT QueryVisibleRegion(ULONG * aPcRect, BYTE * aPRect) = 0;
     54    virtual HRESULT GetVisibleRegion(ULONG * aPcRect, BYTE * aPRect) = 0;
    5555    virtual HRESULT SetVisibleRegion(ULONG aCRect, BYTE * aPRect) = 0;
    5656
  • trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.cpp

    r3541 r3569  
    324324}
    325325
    326 HRESULT SDLFramebuffer::QueryVisibleRegion(ULONG * aPcRect, BYTE * aPRect)
     326HRESULT SDLFramebuffer::GetVisibleRegion(ULONG * aPcRect, BYTE * aPRect)
    327327{
    328328    PRTRECT paRect = (PRTRECT)aPRect;
  • trunk/src/VBox/Frontends/VBoxBFE/SDLFramebuffer.h

    r3532 r3569  
    5757    virtual HRESULT CopyScreenBits(ULONG xDst, ULONG yDst, ULONG xSrc, ULONG ySrc,
    5858                                   ULONG width, ULONG height, BOOL *handled);
    59     virtual HRESULT QueryVisibleRegion(ULONG * aPcRect, BYTE * aPRect);
     59    virtual HRESULT GetVisibleRegion(ULONG * aPcRect, BYTE * aPRect);
    6060    virtual HRESULT SetVisibleRegion(ULONG aCRect, BYTE * aPRect);
    6161
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