VirtualBox

Changeset 77867 in vbox


Ignore:
Timestamp:
Mar 25, 2019 9:12:25 AM (6 years ago)
Author:
vboxsync
Message:

DevVGA-SVGA: screen update notification is required to make the VRDP server work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Graphics/DevVGA-SVGA.cpp

    r77288 r77867  
    14251425    else
    14261426    {
     1427        VBVACMDHDR cmd;
     1428        cmd.x = (int16_t)(pScreen->xOrigin + x);
     1429        cmd.y = (int16_t)(pScreen->yOrigin + y);
     1430        cmd.w = (uint16_t)w;
     1431        cmd.h = (uint16_t)h;
     1432
    14271433        pThis->pDrv->pfnVBVAUpdateBegin(pThis->pDrv, pScreen->idScreen);
     1434        pThis->pDrv->pfnVBVAUpdateProcess(pThis->pDrv, pScreen->idScreen, &cmd, sizeof(cmd));
    14281435        pThis->pDrv->pfnVBVAUpdateEnd(pThis->pDrv, pScreen->idScreen,
    14291436                                      pScreen->xOrigin + x, pScreen->yOrigin + y, w, h);
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