VirtualBox

Ignore:
Timestamp:
Aug 9, 2007 3:41:38 PM (18 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
23553
Message:

2079: Create seamless mode for Windows guests:

WinAPI QWidget::setMask() reimplementation to avoid flicker in Seamless Mode under Win32. Some type of rasterizer used to update only the changed region.

File:
1 edited

Legend:

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

    r4071 r4098  
    7676
    7777    void installGuestAdditionsFrom (const QString &aSource);
     78
     79#ifdef Q_WS_WIN32
     80    void setMask (const QRegion &aRegion);
     81#endif
    7882
    7983public slots:
     
    284288    QSize prev_min_size;
    285289
     290#ifdef Q_WS_WIN32
     291    QRegion mPrevRegion;
     292#endif
     293
    286294    // variables for dealing with true fullscreen
    287295    bool mIsFullscreen : 1;
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