VirtualBox

Changeset 4099 in vbox for trunk/src/VBox/Frontends


Ignore:
Timestamp:
Aug 9, 2007 5:06:17 PM (17 years ago)
Author:
vboxsync
Message:

2079: Create seamless mode for Windows guests:

Fix for the new region update (for flicker).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/VBoxConsoleWnd.cpp

    r4098 r4099  
    24192419    /* Set the current visible region and clean the previous */
    24202420    SetWindowRgn (winId(), newReg, FALSE);
    2421     ValidateRgn (winId(), newReg);
     2421    RedrawWindow (winId(), NULL, newReg, RDW_INVALIDATE | RDW_UPDATENOW);
    24222422    RedrawWindow (NULL, NULL, oldReg, RDW_INVALIDATE | RDW_UPDATENOW | RDW_ALLCHILDREN);
    24232423
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