VirtualBox

Changeset 50646 in vbox


Ignore:
Timestamp:
Feb 28, 2014 6:55:14 AM (11 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
92544
Message:

FE/Qt: Mac OS X: 7016: Native fullscreen multi-screen support: Fullscreen mode invalidation mechanism improvement (host-to-guest remapping case).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp

    r50634 r50646  
    549549                    break;
    550550                }
     551                /* Check if that window should be located
     552                 * on another host-screen than currently. */
     553                if (hostScreenForGuestScreen((int)uScreenID) !=
     554                    QApplication::desktop()->screenNumber(pMachineWindow))
     555                {
     556                    fSomethingInvalid = true;
     557                    break;
     558                }
    551559            }
    552560        }
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