20 Jun
2022
20 Jun
'22
2:31 p.m.
Other drawable types are ref counted and destroyed only when nothing (e. g., existing contexts) reference them anymore, making sure that if we have a context referencing drawable the GLX drawable is still valid. That was probably left behind for PBuffers. -- v3: winex11.drv: Destroy GLX pbuffer when destroying drawable. winex11.drv: Store wgl_drawable instead of GLX drawable in wgl_pbuffer. https://gitlab.winehq.org/wine/wine/-/merge_requests/244