VirtualBox

Changeset 27960 in vbox


Ignore:
Timestamp:
Apr 2, 2010 4:29:06 PM (15 years ago)
Author:
vboxsync
Message:

2d: bugfix

File:
1 edited

Legend:

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

    r27958 r27960  
    22732273                        surf->resetDefaultDstOverlayCKey();
    22742274
    2275                         surf->setDefaultSrcOverlayCKey(pDstOverlayCKey);
     2275                        surf->setDefaultSrcOverlayCKey(pSrcOverlayCKey);
    22762276                        surf->resetDefaultSrcOverlayCKey();
    22772277//                        mbVGASurfCreated = true;
     
    27882788        VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low);
    27892789        pSurf->setSrcBltCKey(&ckey);
     2790
    27902791    }
    27912792    if (pCmd->u.in.flags & VBOXVHWA_CKEY_SRCOVERLAY)
     
    52825283{
    52835284    VBoxVHWAGlProgramVHWA * pProgram = NULL;
    5284     if(!pDst)
     5285    if (!pDst)
    52855286    {
    52865287        /* sanity */
     
    52885289        pDstCKey = NULL;
    52895290    }
     5291
     5292    Assert(!pSrcCKey);
     5293    if (pSrcCKey)
     5294        pSrcCKey = NULL; /* fallback */
    52905295
    52915296    pProgram = calcProgram(pDst, pDstCKey, pSrcCKey, bNotIntersected);
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