gdi32: Don't hold the GDI lock while calling the GetObjectA/W methods for GDI objects.
commit68d19b9552ad7b24671124e20d78ae801b9931ae
authorAlexandre Julliard <julliard@winehq.org>
Tue, 27 Jan 2009 15:30:43 +0000 (27 16:30 +0100)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 27 Jan 2009 15:30:43 +0000 (27 16:30 +0100)
tree82c09e27db551cfc634c1c681308fdfc604bdba4
parent9ff44b815b956aa228a63dfe48a224ed6c212dd4
gdi32: Don't hold the GDI lock while calling the GetObjectA/W methods for GDI objects.
dlls/gdi32/bitmap.c
dlls/gdi32/brush.c
dlls/gdi32/font.c
dlls/gdi32/gdi_private.h
dlls/gdi32/gdiobj.c
dlls/gdi32/palette.c
dlls/gdi32/pen.c