Changeset 89744 in vbox for trunk/src/VBox/Frontends/VirtualBox
- Timestamp:
- Jun 16, 2021 2:09:12 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 145195
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/runtime
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.cpp
r89741 r89744 714 714 { 715 715 #if defined(VBOX_WS_X11) 716 if (m_fHostScreenSaverDisabled == fDisabled)717 return;718 m_fHostScreenSaverDisabled = fDisabled;719 720 716 QStringList services = X11ScrenSaverServices(); 721 717 if (services.isEmpty()) … … 890 886 , m_pSoftKeyboardDialog(0) 891 887 , m_pVMInformationDialog(0) 892 , m_fHostScreenSaverDisabled(false)893 888 { 894 889 } -
trunk/src/VBox/Frontends/VirtualBox/src/runtime/UIMachineLogic.h
r89741 r89744 462 462 /* Holds the cookies returnd by QDBus inhibition calls. Map keys are service name. These are required during uninhibition.*/ 463 463 QMap<QString, uint> m_screenSaverInhibitionCookies; 464 bool m_fHostScreenSaverDisabled;465 464 466 465 /* Friend classes: */
Note:
See TracChangeset
for help on using the changeset viewer.