Commit 145e0604 authored by Alexandre Julliard's avatar Alexandre Julliard

winex11.drv: Comment out the XCloseDisplay call on process detach.

It has a tendency to trigger X11 bugs, and it's not really useful anyway.
parent be37e951
......@@ -108,8 +108,8 @@ static void device_init(void)
void X11DRV_GDI_Finalize(void)
{
X11DRV_PALETTE_Cleanup();
XCloseDisplay( gdi_display );
gdi_display = NULL;
/* don't bother to close the display, it often triggers X bugs */
/* XCloseDisplay( gdi_display ); */
}
/**********************************************************************
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment