VirtualBox

Changeset 83911 in vbox


Ignore:
Timestamp:
Apr 21, 2020 7:38:05 PM (5 years ago)
Author:
vboxsync
Message:

bugref:9637. build fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/display-svga-x11.cpp

    r83910 r83911  
    846846static bool disableCRTC(RRCrtc crtcID)
    847847{
    848     Status ret;
     848    Status ret = Success;
    849849#ifdef WITH_DISTRO_XRAND_XINERAMA
    850850    ret = XRRSetCrtcConfig(x11Context.pDisplay, x11Context.pScreenResources, crtcID,
     
    10331033
    10341034    RRCrtc crtcId = pOutputInfo->crtcs[0];
    1035     Status ret;
     1035    Status ret = Success;
    10361036#ifdef WITH_DISTRO_XRAND_XINERAMA
    10371037    ret = XRRSetCrtcConfig(x11Context.pDisplay, x11Context.pScreenResources, crtcId, CurrentTime,
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