- Timestamp:
- Jul 24, 2007 11:21:28 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/VMMDevInterface.cpp
r3792 r3808 273 273 if (display) 274 274 { 275 Log Flow(("MAIN::VMMDevInterface::iface_VideoAccelEnable: %d, %p\n", fEnable, pVbvaMemory));275 LogSunlover(("MAIN::VMMDevInterface::iface_VideoAccelEnable: %d, %p\n", fEnable, pVbvaMemory)); 276 276 return display->VideoAccelEnable (fEnable, pVbvaMemory); 277 277 } … … 287 287 if (display) 288 288 { 289 Log Flow(("MAIN::VMMDevInterface::iface_VideoAccelFlush\n"));289 LogSunlover(("MAIN::VMMDevInterface::iface_VideoAccelFlush\n")); 290 290 display->VideoAccelFlush (); 291 291 }
Note:
See TracChangeset
for help on using the changeset viewer.