Changeset 28240 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Apr 13, 2010 10:26:44 AM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59981
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r28235 r28240 5118 5118 * The blitting loop. 5119 5119 */ 5120 size_t cbLineSrc = RT_ALIGN_Z(cx, 4) * 4;5120 size_t cbLineSrc = cx * 4; /* 32 bits per pixel. */ 5121 5121 uint8_t *pu8Src = (uint8_t *)pvData; 5122 5122 size_t cbLineDst = pThis->pDrv->cbScanline;
Note:
See TracChangeset
for help on using the changeset viewer.