Changeset 24779 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Nov 19, 2009 9:50:47 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 54990
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r24714 r24779 1038 1038 static unsigned vbvaVHWAHandleCommand (PVGASTATE pVGAState, VBVACONTEXT *pCtx, PVBOXVHWACMD pCmd) 1039 1039 { 1040 pVGAState->pDrv->pfnVHWACommandProcess(pVGAState->pDrv, pCmd); 1040 if (pVGAState->pDrv->pfnVHWACommandProcess) 1041 pVGAState->pDrv->pfnVHWACommandProcess(pVGAState->pDrv, pCmd); 1042 else 1043 AssertFailed(); 1041 1044 return 0; 1042 1045 }
Note:
See TracChangeset
for help on using the changeset viewer.