Changeset 27960 in vbox
- Timestamp:
- Apr 2, 2010 4:29:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r27958 r27960 2273 2273 surf->resetDefaultDstOverlayCKey(); 2274 2274 2275 surf->setDefaultSrcOverlayCKey(p DstOverlayCKey);2275 surf->setDefaultSrcOverlayCKey(pSrcOverlayCKey); 2276 2276 surf->resetDefaultSrcOverlayCKey(); 2277 2277 // mbVGASurfCreated = true; … … 2788 2788 VBoxVHWAColorKey ckey(pCmd->u.in.CKey.high, pCmd->u.in.CKey.low); 2789 2789 pSurf->setSrcBltCKey(&ckey); 2790 2790 2791 } 2791 2792 if (pCmd->u.in.flags & VBOXVHWA_CKEY_SRCOVERLAY) … … 5282 5283 { 5283 5284 VBoxVHWAGlProgramVHWA * pProgram = NULL; 5284 if (!pDst)5285 if (!pDst) 5285 5286 { 5286 5287 /* sanity */ … … 5288 5289 pDstCKey = NULL; 5289 5290 } 5291 5292 Assert(!pSrcCKey); 5293 if (pSrcCKey) 5294 pSrcCKey = NULL; /* fallback */ 5290 5295 5291 5296 pProgram = calcProgram(pDst, pDstCKey, pSrcCKey, bNotIntersected);
Note:
See TracChangeset
for help on using the changeset viewer.