Changeset 49430 in vbox for trunk/src/VBox
- Timestamp:
- Nov 8, 2013 5:27:37 PM (11 years ago)
- Location:
- trunk/src/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/HGSMI/HGSMIHost.cpp
r47485 r49430 1040 1040 LogFlowFunc(("pIns = %p, pvMem = %p\n", pIns, pvMem)); 1041 1041 1042 VM_ASSERT_OTHER_THREAD(pIns->pVM);1043 1044 1042 #if 0 1045 1043 void *pvContext = NULL; … … 1047 1045 1048 1046 HGSMIOFFSET offBuffer = HGSMIHeapBufferOffset (&pIns->hostHeap, pvMem); 1049 1050 // /* Have to forward to EMT because FIFO processing is there. */1051 // int rc = VMR3ReqCallVoid (pIns->pVM, &pReq, RT_INDEFINITE_WAIT,1052 // (PFNRT) hgsmiHostCommandProcess,1053 // 3, pIns, offBuffer, &pvContext);1054 1047 1055 1048 int rc = hgsmiHostCommandProcess (pIns, offBuffer, -
trunk/src/VBox/Frontends/VirtualBox/src/VBoxFBOverlay.cpp
r49425 r49430 4421 4421 4422 4422 if (!mOverlayImage.hasSurfaces()) 4423 {4424 Assert(0);4425 4423 vboxSetGlOn(false); 4426 }4427 4424 } 4428 4425 else … … 5187 5184 g_VBoxCmdEntriesCache.free(pCur); 5188 5185 } 5186 5187 RTCritSectEnter(&mCritSect); 5188 5189 mbResetting = false; 5190 5191 RTCritSectLeave(&mCritSect); 5189 5192 } 5190 5193
Note:
See TracChangeset
for help on using the changeset viewer.