Changeset 32482 in vbox
- Timestamp:
- Sep 14, 2010 1:38:54 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 65856
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UISession.cpp
r32431 r32482 613 613 pGuestAutoresizeSwitch->setChecked(strSettings != "off"); 614 614 615 #ifdef Q_WS_WIN 615 #if 0 /* Disabled for now! */ 616 # ifdef Q_WS_WIN 616 617 /* Disable host screen-saver if requested: */ 617 618 if (vboxGlobal().settings().hostScreenSaverDisabled()) 618 619 SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, false, 0, 0); 619 #endif /* Q_WS_WIN */ 620 # endif /* Q_WS_WIN */ 621 #endif 620 622 } 621 623 } … … 636 638 QString() : "off"); 637 639 638 #ifdef Q_WS_WIN 640 #if 0 /* Disabled for now! */ 641 # ifdef Q_WS_WIN 639 642 /* Restore screen-saver activity to system default: */ 640 643 SystemParametersInfo(SPI_SETSCREENSAVEACTIVE, true, 0, 0); 641 #endif /* Q_WS_WIN */ 644 # endif /* Q_WS_WIN */ 645 #endif 642 646 } 643 647 } -
trunk/src/VBox/Frontends/VirtualBox/src/settings/global/VBoxGLSettingsGeneral.cpp
r32100 r32482 38 38 mWtSpacer2->hide(); 39 39 #endif /* !Q_WS_MAC */ 40 #ifndef Q_WS_WIN 40 //#ifndef Q_WS_WIN /* Checkbox hidden for now! */ 41 41 mCbDisableHostScreenSaver->hide(); 42 42 mWtSpacer3->hide(); 43 #endif /* !Q_WS_WIN */43 //#endif /* !Q_WS_WIN */ 44 44 45 45 if (mCbCheckTrayIcon->isHidden() &&
Note:
See TracChangeset
for help on using the changeset viewer.