VirtualBox

Changeset 2417 in vbox


Ignore:
Timestamp:
Apr 30, 2007 8:14:52 AM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
20826
Message:

Prevent VRDP updates when framebuffer is being resized.

File:
1 edited

Legend:

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

    r2266 r2417  
    10801080#endif /* DEBUG_sunlover */
    10811081
    1082             /* Handle the command.
    1083              *
    1084              * Guest is responsible for updating the guest video memory.
    1085              * The Windows guest does all drawing using Eng*.
    1086              *
    1087              * For local output, only dirty rectangle information is used
    1088              * to update changed areas.
    1089              *
    1090              * Dirty rectangles are accumulated to exclude overlapping updates and
    1091              * group small updates to a larger one.
    1092              */
    1093 
    1094             /* Accumulate the update. */
    1095             vbvaRgnDirtyRect (&rgn, phdr);
    1096 
    1097             /* Forward the command to VRDP server. */
    1098             mParent->consoleVRDPServer()->SendUpdate (phdr, cbCmd);
     1082            if (mu32ResizeStatus == ResizeStatus_Void)
     1083            {
     1084                /* Handle the command.
     1085                 *
     1086                 * Guest is responsible for updating the guest video memory.
     1087                 * The Windows guest does all drawing using Eng*.
     1088                 *
     1089                 * For local output, only dirty rectangle information is used
     1090                 * to update changed areas.
     1091                 *
     1092                 * Dirty rectangles are accumulated to exclude overlapping updates and
     1093                 * group small updates to a larger one.
     1094                 */
     1095
     1096                /* Accumulate the update. */
     1097                vbvaRgnDirtyRect (&rgn, phdr);
     1098
     1099                /* Forward the command to VRDP server. */
     1100                mParent->consoleVRDPServer()->SendUpdate (phdr, cbCmd);
     1101            }
    10991102        }
    11001103
Note: See TracChangeset for help on using the changeset viewer.

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