[PATCH] ddraw: Fix some code unprotected by ddraw lock.

Alexander Dorofeyev alexd4 at inbox.lv
Sat May 10 22:16:47 CDT 2008


Vitaliy Margolen wrote:
> Alexander Dorofeyev wrote:
>> ---
>>  dlls/ddraw/device.c |   24 ++++++++++++++----------
>>  1 files changed, 14 insertions(+), 10 deletions(-)
>>
>>
> What is this patch fixing? Do you have tests? Do you have a bug # showing 
> the problem? Please explain why parts of the code needs to be protected?

It is fixing an oversight on my part, when I moved these chunks of code few days 
ago to fix a bug. All ddraw code holds the lock for thread safety, except stubs.



More information about the wine-devel mailing list