VirtualBox

Ignore:
Timestamp:
Feb 14, 2014 5:23:03 PM (11 years ago)
Author:
vboxsync
Message:

Additions/x11/VBoxClient: remove the host event thread and run the code on the main thread.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Additions/x11/VBoxClient/testcase/tstSeamlessX11.cpp

    r50373 r50471  
    115115    /* Set an X11 error handler, so that we don't die when we get unavoidable errors. */
    116116    XSetErrorHandler(vboxClientXLibErrorHandler);
    117     RTPrintf("\nPress <Enter> to exit...\n");
     117    RTPrintf("\nType Ctrl-C to exit...\n");
    118118    RTSemEventCreate(&eventSem);
    119119    /** Our instance of the seamless class. */
     
    125125        RTPrintf("Failed to initialise seamless Additions, rc = %Rrc\n", rc);
    126126    }
    127     RTStrmGetLine(g_pStdIn, ach, sizeof(ach));
    128127    return rc;
    129128}
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