儲存庫 vbox 的更動 49777
- 時間撮記:
- 2013-12-4 下午03:42:20 (11 年 以前)
- 檔案:
-
- 修改 1 筆資料
圖例:
- 未更動
- 新增
- 刪除
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r49771 r49777 2276 2276 w = pThis->last_scr_width * ((pThis->pDrv->cBits + 7) >> 3); 2277 2277 d = pThis->pDrv->pu8Data; 2278 for(i = 0; i < (int)pThis->last_scr_height; i++) { 2279 memset(d, val, w); 2280 d += cbScanline; 2278 if (pThis->fRenderVRAM) 2279 { 2280 for(i = 0; i < (int)pThis->last_scr_height; i++) { 2281 memset(d, val, w); 2282 d += cbScanline; 2283 } 2281 2284 } 2282 2285 pThis->pDrv->pfnUpdateRect(pThis->pDrv, 0, 0, pThis->last_scr_width, pThis->last_scr_height);
注意:
瀏覽 TracChangeset
來幫助您使用更動檢視器