Alexandre Julliard : gdi32: Don' t hold the GDI lock while calling the GetObjectA/W methods for GDI objects.
Module: wine Branch: master Commit: 68d19b9552ad7b24671124e20d78ae801b9931ae URL: http://source.winehq.org/git/wine.git/?a=commit;h=68d19b9552ad7b24671124e20d... Author: Alexandre Julliard <julliard(a)winehq.org> Date: Tue Jan 27 16:30:43 2009 +0100 gdi32: Don't hold the GDI lock while calling the GetObjectA/W methods for GDI objects. --- dlls/gdi32/bitmap.c | 22 ++++++++++------- dlls/gdi32/brush.c | 19 ++++++++------ dlls/gdi32/font.c | 40 +++++++++++++++++++------------ dlls/gdi32/gdi_private.h | 4 +- dlls/gdi32/gdiobj.c | 17 ++++++++---- dlls/gdi32/palette.c | 18 ++++++++----- dlls/gdi32/pen.c | 58 ++++++++++++++++++++++----------------------- 7 files changed, 100 insertions(+), 78 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=68d19b9552ad7b24671124...
participants (1)
-
Alexandre Julliard