hw/xwin: Improve comment about why we can't XCloseDisplay()
Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk> Reviewed-by: Colin Harrison <colin.harrison@virgin.net>
This commit is contained in:
parent
89eb7bdcad
commit
4fc62aef80
|
@ -370,8 +370,11 @@ winClipboardProc(Bool fUseUnicode, char *szDisplay)
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
/*
|
/*
|
||||||
* FIXME: XCloseDisplay hangs if we call it, as of 2004/03/26. The
|
* FIXME: XCloseDisplay hangs if we call it
|
||||||
* XSync and XSelectInput calls did not help.
|
*
|
||||||
|
* XCloseDisplay() calls XSync(), so any outstanding errors are reported.
|
||||||
|
* If we are built into the server, this can deadlock if the server is
|
||||||
|
* in the process of exiting and waiting for this thread to exit.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
/* Discard any remaining events */
|
/* Discard any remaining events */
|
||||||
|
|
Loading…
Reference in New Issue