- Timestamp:
- May 17, 2023 12:38:14 PM (17 months ago)
- Location:
- trunk/src/VBox/Frontends/VirtualBox/src/globals
- Files:
-
- 2 edited
-
UICommon.cpp (modified) (1 diff)
-
UICommon.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.cpp
r99826 r99827 3028 3028 return VBGHDisplayServerTypeIsXAvailable(m_enmDisplayServerType); 3029 3029 } 3030 #endif 3030 3031 VBGHDISPLAYSERVERTYPE UICommon::displayServerType() const 3032 { 3033 return m_enmDisplayServerType; 3034 } 3035 #endif -
trunk/src/VBox/Frontends/VirtualBox/src/globals/UICommon.h
r99826 r99827 217 217 /** Returns true if the detected display server type is either xorg or xwayland. */ 218 218 bool X11ServerAvailable() const; 219 /** Returns display server type. */ 220 VBGHDISPLAYSERVERTYPE displayServerType() const; 219 221 #endif 220 222 /** @} */
Note:
See TracChangeset
for help on using the changeset viewer.

