Module: wine Branch: master Commit: d88ff791ef6429c8557c5e782cd47fa516474ad7 URL: http://source.winehq.org/git/wine.git/?a=commit;h=d88ff791ef6429c8557c5e782c...
Author: Alexandre Julliard julliard@winehq.org Date: Fri Aug 31 15:58:38 2007 +0200
gdi32: New DC locking mechanism that doesn't require holding the global GDI lock.
---
dlls/gdi32/bitmap.c | 2 +- dlls/gdi32/clipping.c | 5 +- dlls/gdi32/dc.c | 146 +++++++++++++++++++++++++++++++++++--------- dlls/gdi32/enhmfdrv/init.c | 6 ++ dlls/gdi32/gdi_private.h | 7 ++- dlls/gdi32/mfdrv/init.c | 6 ++ 6 files changed, 138 insertions(+), 34 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=d88ff791ef6429c8557c5e...