VirtualBox

Ignore:
Timestamp:
Nov 21, 2024 2:41:00 PM (3 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
166045
Message:

FE/Qt: bugref:10407: Seems like there is no native Wayland app on Solaris, to be analyzed if necessary.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Frontends/VirtualBox/src/platform/nix/VBoxUtils-nix.cpp

    r106354 r107088  
    6565    if (pX11App)
    6666        return VBGHDISPLAYSERVERTYPE_X11;
    67 #if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0)
     67#if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) && defined(RT_OS_LINUX)
    6868    QNativeInterface::QWaylandApplication *pWaylandApp = qApp->nativeInterface<QNativeInterface::QWaylandApplication>();
    6969    if (pWaylandApp)
     
    9696bool NativeWindowSubsystem::WaylandIsCompositingManagerRunning()
    9797{
    98 #if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0)
     98#if QT_VERSION >= QT_VERSION_CHECK(6, 5, 0) && defined(RT_OS_LINUX)
    9999    QNativeInterface::QWaylandApplication *pWaylandApp = qApp->nativeInterface<QNativeInterface::QWaylandApplication>();
    100100    if (pWaylandApp)
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