VirtualBox

儲存庫 vbox 的更動 49777


忽略:
時間撮記:
2013-12-4 下午03:42:20 (11 年 以前)
作者:
vboxsync
訊息:

DevVGA: framebuffer access check.

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Devices/Graphics/DevVGA.cpp

    r49771 r49777  
    22762276    w = pThis->last_scr_width * ((pThis->pDrv->cBits + 7) >> 3);
    22772277    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        }
    22812284    }
    22822285    pThis->pDrv->pfnUpdateRect(pThis->pDrv, 0, 0, pThis->last_scr_width, pThis->last_scr_height);
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette