Re: Fix debug log incosistencies and function naming
31 May
2008
31 May
'08
3:27 p.m.
Michael Karcher wrote:
Debugging DirectDraw reference counting is confusing, as the IDirectDraw{,2,3,4}_AddRef methods dump to ddraw_thunk, whereas the matching Release methods dump to ddraw. This patch changes to consistently use the ddraw channel.
Furthermore, as the methods from IDirectDraw7 are named like "IDirectDrawImpl_Foo", the functions from IDirectDraw (Direct Draw 1) get renamed to "IDirectDraw1Impl_Foo" to avoid non-unique function names in trace logs. ---
Please make it two patches. One to change debug channel. Second to rename IDirectDrawImpl into IDirectDraw1Impl. Vitaliy.
6401
Age (days ago)
6401
Last active (days ago)
0 comments
1 participants
participants (1)
-
Vitaliy Margolen