VirtualBox

Changeset 100063 in vbox for trunk/src/VBox/Additions


Ignore:
Timestamp:
Jun 3, 2023 5:42:36 PM (20 months ago)
Author:
vboxsync
Message:

Nit picking. Renaming VBGHDISPLAYSERVERTYPE_WAYLAND to VBGHDISPLAYSERVERTYPE_PURE_WAYLAND

Location:
trunk/src/VBox/Additions/x11/VBoxClient
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/clipboard.cpp

    r99977 r100063  
    9696        }
    9797    }
    98     else if (VBClGetDisplayServerType() == VBGHDISPLAYSERVERTYPE_WAYLAND)
     98    else if (VBClGetDisplayServerType() == VBGHDISPLAYSERVERTYPE_PURE_WAYLAND)
    9999    {
    100100        VBClLogError("Shared Clipboard for Wayland not supported yet!\n");
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp

    r99620 r100063  
    581581    }
    582582
    583     if (VBClGetDisplayServerType() == VBGHDISPLAYSERVERTYPE_WAYLAND)
     583    if (VBClGetDisplayServerType() == VBGHDISPLAYSERVERTYPE_PURE_WAYLAND)
    584584    {
    585585        rc = VbglR3DrmClientStart();
  • trunk/src/VBox/Additions/x11/VBoxClient/draganddrop.cpp

    r99620 r100063  
    4848            break;
    4949
    50         case VBGHDISPLAYSERVERTYPE_WAYLAND:
     50        case VBGHDISPLAYSERVERTYPE_PURE_WAYLAND:
    5151            RT_FALL_THROUGH();
    5252        default:
  • trunk/src/VBox/Additions/x11/VBoxClient/main.cpp

    r99689 r100063  
    693693                    g_enmDisplayServerType = VBGHDISPLAYSERVERTYPE_X11;
    694694                else if (!RTStrICmp(ValueUnion.psz, "wayland"))
    695                     g_enmDisplayServerType = VBGHDISPLAYSERVERTYPE_WAYLAND;
     695                    g_enmDisplayServerType = VBGHDISPLAYSERVERTYPE_PURE_WAYLAND;
    696696                else if (!RTStrICmp(ValueUnion.psz, "none"))
    697697                    g_enmDisplayServerType = VBGHDISPLAYSERVERTYPE_NONE;
  • trunk/src/VBox/Additions/x11/VBoxClient/seamless.cpp

    r99620 r100063  
    9090            break;
    9191
    92         case VBGHDISPLAYSERVERTYPE_WAYLAND:
     92        case VBGHDISPLAYSERVERTYPE_PURE_WAYLAND:
    9393            RT_FALL_THROUGH();
    9494        default:
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