VirtualBox

Changeset 57486 in vbox


Ignore:
Timestamp:
Aug 21, 2015 8:45:03 AM (9 years ago)
Author:
vboxsync
Message:

Additions/X11/seamless: Try fix broken seamless handling

File:
1 edited

Legend:

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

    r57372 r57486  
    9090    }
    9191    mHostCallback = pHostCallback;
     92    mEnabled = false;
    9293    unmonitorClientList();
    9394    LogRelFlowFunc(("returning %Rrc\n", rc));
     
    306307    /* Start by sending information about the current window setup to the host.  We do this
    307308       here because we want to send all such information from a single thread. */
    308     if (mChanged)
     309    if (mChanged && mEnabled)
    309310    {
    310311        updateRects();
     
    313314    mChanged = false;
    314315    XNextEvent(mDisplay, &event);
     316    if (!mEnabled)
     317        return;
    315318    switch (event.type)
    316319    {
     
    354357        break;
    355358    }
    356     LogRelFlowFunc(("returning\n"));
     359    LogRelFlowFunc(("processed event\n"));
    357360}
    358361
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