VirtualBox

Changeset 83236 in vbox for trunk/src/VBox/Additions/x11


Ignore:
Timestamp:
Mar 9, 2020 8:54:59 AM (5 years ago)
Author:
vboxsync
Message:

bugref:9637. First select the events then start listening to themsvn diff --diff-cmd=meld

File:
1 edited

Legend:

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

    r83234 r83236  
    376376        return false;
    377377    callVMWCTRL();
    378     if (RT_FAILURE(startX11MonitorThread()))
    379         return false;
    380378#ifdef WITH_DISTRO_XRAND_XINERAMA
    381379    XRRSelectInput(x11Context.pDisplay, x11Context.rootWindow, x11Context.hEventMask);
     
    384382        x11Context.pXRRSelectInput(x11Context.pDisplay, x11Context.rootWindow, x11Context.hEventMask);
    385383#endif
     384    if (RT_FAILURE(startX11MonitorThread()))
     385        return false;
    386386    return true;
    387387}
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