VirtualBox

Changeset 41240 in vbox for trunk


Ignore:
Timestamp:
May 10, 2012 2:36:17 PM (13 years ago)
Author:
vboxsync
Message:

VRDP+3D: fix screen update issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/src-client/DisplayImpl.cpp

    r41065 r41240  
    26472647        rc = VERR_INVALID_PARAMETER;
    26482648    }
     2649
     2650    if (RT_SUCCESS(rc) && pDisplay->maFramebuffers[aScreenId].u32ResizeStatus == ResizeStatus_Void)
     2651        pDisplay->mParent->consoleVRDPServer()->SendUpdateBitmap(aScreenId, x, y, width, height);
     2652
    26492653    pDisplay->vbvaUnlock();
    26502654    return rc;
Note: See TracChangeset for help on using the changeset viewer.

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