VirtualBox

Changeset 3396 in vbox


Ignore:
Timestamp:
Jul 3, 2007 4:38:30 PM (18 years ago)
Author:
vboxsync
Message:

commented out incorrect code; just always fail in DrvDeriveSurface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/WINNT/Graphics/Display/enable.c

    r3394 r3396  
    904904    AssertMsg(!(pSurfaceGlobal->ddpfSurface.dwFlags & DDPF_FOURCC), ("GDI called us with a non-RGB surface!"));
    905905
    906 
     906#if 0
    907907    // The GDI driver does not accelerate surfaces in AGP memory,
    908908    // thus we fail the call
     
    10101010    DISPDBG((0, "DrvDeriveSurface return NULL"));
    10111011    DISPDBG((0, "pSurfaceGlobal->ddpfSurface.dwRGBBitCount = %d, lPitch =%ld", pSurfaceGlobal->ddpfSurface.dwRGBBitCount,pSurfaceGlobal->lPitch));
    1012      
     1012#endif
     1013   
    10131014    return(0);
    10141015}
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