winex11.drv: Hack to delete already-created destination context in wglShareLists() (try 2)

Jim Cameron jim_24601 at btinternet.com
Thu Aug 28 18:24:37 CDT 2008


Homeworld 2 calls wglShareLists() to share two
contexts having already called wglMakeCurrent() on
both, thus forcing Wine to create both contexts. This
causes wglShareLists() to bomb with a "already
created" error. This patch instead deletes the
destination context, if it exists, before sharing.

(try 2) Fixed formatting in patch to replace tabs with
spaces.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0005-Hack-to-delete-already-created-destination-context-i.patch
Type: text/x-diff
Size: 0 bytes
Desc: 3306206942-0005-Hack-to-delete-already-created-destination-context-i.patch
Url : http://www.winehq.org/pipermail/wine-patches/attachments/20080829/96571384/attachment-0001.patch 


More information about the wine-patches mailing list