[PATCH 2/2] winex11: track glx windows per thread

Alexandre Julliard julliard at winehq.org
Wed Jul 20 22:39:48 CDT 2016


Miklós Máté <mtmkls at gmail.com> writes:

> XCloseDisplay in thread_detach() closes all X windows, but the GLX windows
> remain, and become zombies. If a new X window is created with the same XID,
> Mesa refuses to attach a GLX window to it because of the zombie. Observed
> in the ddraw test.

Is there a reason that creating the GLX window on the window thread
wouldn't work?

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list