VirtualBox

Changeset 19169 in vbox


Ignore:
Timestamp:
Apr 24, 2009 1:06:17 PM (16 years ago)
Author:
vboxsync
Message:

GuestHost/x11 clipboard: replaced the Xt main loop with a custom one which exits when we want it to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/GuestHost/SharedClipboard/x11-clipboard.cpp

    r19152 r19169  
    652652                    vboxClipboardPollX11ForTargets, pCtx);
    653653
    654     XtAppMainLoop(pCtx->appContext);
     654    while (XtAppGetExitFlag(pCtx->appContext) == FALSE)
     655        XtAppProcessEvent(pCtx->appContext, XtIMAll);
    655656    pCtx->formatList.clear();
    656657    LogRel(("Shared clipboard: host clipboard thread terminated successfully\n"));
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