VirtualBox

vbox的更動 8617 路徑 trunk/src/VBox/Devices/Graphics


忽略:
時間撮記:
2008-5-6 上午10:33:33 (17 年 以前)
作者:
vboxsync
訊息:

Disable graphic splash screen if it doesn't fit into VRAM.

檔案:
修改 1 筆資料

圖例:

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

    r8170 r8617  
    40144014                uint16_t        yLogo = LOGO_MAX_HEIGHT - (LOGO_MAX_HEIGHT - pData->cyLogo) / 2;
    40154015
     4016                /* Check VRAM size */
     4017                if (pData->vram_size < LOGO_MAX_SIZE)
     4018                    break;
     4019
    40164020                if (pData->vram_size >= LOGO_MAX_SIZE * 2)
    40174021                    pu8Dst = pData->vram_ptrHC + LOGO_MAX_SIZE;
     
    57035707        }
    57045708    }
     5709
     5710    /*
     5711     * Disable graphic splash screen if it doesn't fit into VRAM.
     5712     */
     5713    if (pData->vram_size < LOGO_MAX_SIZE)
     5714        LogoHdr.fu8FadeIn = LogoHdr.fu8FadeOut = LogoHdr.u16LogoMillies = 0;
    57055715
    57065716    /*
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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