Changeset 22481 in vbox for trunk/src/VBox/Additions/WINNT
- Timestamp:
- Aug 26, 2009 5:18:09 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Additions/WINNT/Graphics/Display/enable.c
r22412 r22481 860 860 #endif 861 861 862 #ifdef VBOX_WITH_VIDEOHWACCEL863 /* tells we can not process host commands any more and ensures we've completed processing of the host VHWA commands */864 vboxVHWADisable(ppdev);865 #endif866 867 #ifdef VBOX_WITH_HGSMI868 /* Free the driver's VBVA resources. */869 vboxVbvaDisable ((PPDEV) dhpdev);870 #endif871 862 vDisableSURF(ppdev); 872 863 }
Note:
See TracChangeset
for help on using the changeset viewer.