winemac: Don't override -[NSOpenGLContext clearDrawable], just use our own method.

Ken Thomases ken at codeweavers.com
Wed Mar 27 12:05:41 CDT 2013


-clearDrawable is called by the framework at times, including in -dealloc,
and we don't want to change its behavior in those cases.  In particular, I
saw crashes in Peggle Deluxe due to that.
---
dlls/winemac.drv/cocoa_opengl.m |    8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)

-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-winemac-Don-t-override-NSOpenGLContext-clearDrawable.patch
Type: text/x-patch
Size: 1483 bytes
Desc: not available
URL: <http://www.winehq.org/pipermail/wine-patches/attachments/20130327/56a53cfc/attachment.bin>


More information about the wine-patches mailing list