Changeset 33890 in vbox for trunk/src/VBox/Additions/WINNT/Graphics/Display
- Timestamp:
- Nov 9, 2010 11:20:54 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/vbox.c
r33048 r33890 480 480 { 481 481 VBVAHOSTCMD * pCmd, * pNextCmd; 482 int rc = ppdev->pfnHGSMIRequestCommands(ppdev->hMpHGSMI, HGSMI_CH_VBVA, &pCmd);482 int rc = ppdev->pfnHGSMIRequestCommands(ppdev->hMpHGSMI, HGSMI_CH_VBVA, ppdev->iDevice, &pCmd); 483 483 /* don't assert here, otherwise NT4 will be unhappy */ 484 484 if(RT_SUCCESS(rc))
Note:
See TracChangeset
for help on using the changeset viewer.