Changeset 50646 in vbox
- Timestamp:
- Feb 28, 2014 6:55:14 AM (11 years ago)
- svn:sync-xref-src-repo-rev:
- 92544
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/fullscreen/UIMachineLogicFullscreen.cpp
r50634 r50646 549 549 break; 550 550 } 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 } 551 559 } 552 560 }
Note:
See TracChangeset
for help on using the changeset viewer.