VirtualBox

儲存庫 vbox 的更動 46057


忽略:
時間撮記:
2013-5-14 上午11:02:23 (12 年 以前)
作者:
vboxsync
訊息:

backout r85727

檔案:
修改 1 筆資料

圖例:

未更動
新增
刪除
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r46055 r46057  
    657657
    658658    /* If there is no framebuffer, this call is not interesting. */
    659     if (uScreenId >= mcMonitors)
     659    if (   uScreenId >= mcMonitors
     660        || maFramebuffers[uScreenId].pFramebuffer.isNull())
    660661    {
    661662        return VINF_SUCCESS;
     
    668669    mLastHeight = h;
    669670    mLastFlags = flags;
    670 
    671     if (maFramebuffers[uScreenId].pFramebuffer.isNull())
    672     {
    673         return VINF_SUCCESS;
    674     }
    675671
    676672    ULONG pixelFormat;
注意: 瀏覽 TracChangeset 來幫助您使用更動檢視器

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