VirtualBox

Changeset 3740 in vbox


Ignore:
Timestamp:
Jul 20, 2007 2:36:42 PM (17 years ago)
Author:
vboxsync
Message:

2079: Create seamless mode:

Clearing the last stored visible region if we are not in seamless mode.

File:
1 edited

Legend:

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

    r3736 r3740  
    971971                    mainwnd->setMask (sre->region());
    972972                }
     973                else if (!mLastVisibleRegion.isNull() &&
     974                         !mainwnd->isTrueSeamless())
     975                    mLastVisibleRegion = QRegion();
    973976                return true;
    974977            }
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