Changeset 33574 in vbox
- Timestamp:
- Oct 28, 2010 4:47:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VDMA.cpp
r33572 r33574 291 291 break; 292 292 } 293 default: 294 break; 293 295 } 294 296 } … … 327 329 #endif 328 330 329 331 #ifdef VBOX_VDMA_WITH_WORKERTHREAD 330 332 /* to simplify things and to avoid extra backend if modifications we assume the VBOXVDMA_RECTL is the same as VBVACMDHDR */ 331 333 AssertCompile(sizeof(VBOXVDMA_RECTL) == sizeof(VBVACMDHDR)); … … 353 355 return VINF_SUCCESS; 354 356 } 357 #endif 355 358 356 359 static int vboxVDMACmdExecBltPerform(PVBOXVDMAHOST pVdma,
Note:
See TracChangeset
for help on using the changeset viewer.