VirtualBox

Changeset 3614 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Jul 13, 2007 1:49:10 PM (17 years ago)
Author:
vboxsync
Message:

Main: Renamed PixelFormatDefault => PixelFormatOpaque.

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

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VBoxFB/Framebuffer.cpp

    r3153 r3614  
    174174    if (!lineSize)
    175175        return NS_ERROR_INVALID_POINTER;
    176     *pixelFormat = FramebufferPixelFormat_PixelFormatDefault;
     176    *pixelFormat = FramebufferPixelFormat_PixelFormatOpaque;
    177177    return NS_OK;
    178178}
  • trunk/src/VBox/Frontends/VBoxSDL/Framebuffer.cpp

    r3578 r3614  
    107107    mGuestXRes      = 640;
    108108    mGuestYRes      = 480;
    109     mPixelFormat    = FramebufferPixelFormat_PixelFormatDefault;
     109    mPixelFormat    = FramebufferPixelFormat_PixelFormatOpaque;
    110110    mPtrVRAM        = NULL;
    111111    mLineSize       = 0;
     
    636636
    637637    /* is the guest in a linear framebuffer mode we support? */
    638     if (mPixelFormat != FramebufferPixelFormat_PixelFormatDefault)
     638    if (mPixelFormat != FramebufferPixelFormat_PixelFormatOpaque)
    639639    {
    640640        /* Create a source surface from guest VRAM. */
  • trunk/src/VBox/Frontends/VirtualBox/include/VBoxFrameBuffer.h

    r3578 r3614  
    249249    virtual FramebufferPixelFormat_T pixelFormat()
    250250    {
    251         return FramebufferPixelFormat_PixelFormatDefault;
     251        return FramebufferPixelFormat_PixelFormatOpaque;
    252252    }
    253253
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