[Bug 9008] Combat Pillows game: crashing, needs explicit backbuffer

wine-bugs at winehq.org wine-bugs at winehq.org
Sun Mar 16 13:32:09 CDT 2008


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





--- Comment #10 from Stefan Dösinger <stefandoesinger at gmx.at>  2008-03-16 13:32:09 ---
You can implement the version check by moving the code that is currently in
IDirectDraw7Impl_CreateSurface into a separate function, then make the older
versions call this function instead of the DDraw7 implementation, and make
DDraw7 call it as well. Then you can deal with version-specific error checking
in the version specific thunks.


-- 
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