VirtualBox

Changeset 50375 in vbox


Ignore:
Timestamp:
Feb 9, 2014 4:17:23 PM (11 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: seamless termination fix.

File:
1 edited

Legend:

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

    r50346 r50375  
    536536    XClientMessageEvent clientMessage = { ClientMessage, 0, 0, 0, 0, 0, 8 };
    537537
    538     if (0 != XSendEvent(mDisplay, DefaultRootWindow(mDisplay), false, PropertyChangeMask,
    539                    reinterpret_cast<XEvent *>(&clientMessage)))
     538    if (XSendEvent(mDisplay, DefaultRootWindow(mDisplay), false,
     539                   SubstructureNotifyMask, (XEvent *)&clientMessage))
    540540    {
    541541        XFlush(mDisplay);
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