VirtualBox

Changeset 28059 in vbox for trunk/src/VBox/Devices/VMMDev


Ignore:
Timestamp:
Apr 7, 2010 6:45:31 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
59769
Message:

Devices/VMMDev: resend the last size hint correctly if the guest requests it again

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/VMMDev/VMMDev.cpp

    r28051 r28059  
    936936                    for (i = 0; i < RT_ELEMENTS(pThis->displayChangeData.aRequests); i++)
    937937                    {
    938                         pRequest = &pThis->displayChangeData.aRequests[i];
    939                         if (pRequest->fPending)
     938                        if (pThis->displayChangeData.aRequests[i].fPending)
    940939                        {
     940                            pRequest = &pThis->displayChangeData.aRequests[i];
    941941                            /* Remember which request should be reported. */
    942942                            pThis->displayChangeData.iCurrentMonitor = i;
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