[Bug 32107] Steam overlay corruption (+TF2?)

wine-bugs at winehq.org wine-bugs at winehq.org
Wed Oct 31 00:47:33 CDT 2012


http://bugs.winehq.org/show_bug.cgi?id=32107

--- Comment #5 from Austin English <austinenglish at gmail.com> 2012-10-31 00:47:33 CDT ---
(In reply to comment #4)
> (In reply to comment #3)
> > You could try to make SwapBuffers DECLSPEC_HOTPATCH and see if it helps.
> 
> I'm sorry, I don't understand what you are asking me to do. What I thought you
> meant doesn't appear to be so. Please elaborate?

You'll want to change:
dlls/gdi32/opengl.c:BOOL WINAPI SwapBuffers( HDC hdc )

to:
dlls/gdi32/opengl.c:BOOL WINAPI DECLSPEC_HOTPATCH SwapBuffers( HDC hdc )

then recompile

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list