ChangeSet ID: 10188133640712205442405356 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/04/14 14:42:44
Modified files: dlls/gdi/win16drv: font.c win16drv.h dlls/wineps : font.c psdrv.h wineps.spec dlls/x11drv : x11drv.spec graphics/x11drv: xfont.c include : gdi.h x11drv.h objects : font.c
Log message: Pass a PHYSDEV to EnumDeviceFont and release the GDI lock in FONT_EnumInstance instead.
Patch: http://cvs.winehq.com/patch.py?id=10188133640712205442405356
Revision Changes Path 1.3 +3 -9 wine/dlls/gdi/win16drv/font.c 1.3 +2 -1 wine/dlls/gdi/win16drv/win16drv.h 1.25 +5 -16 wine/dlls/wineps/font.c 1.32 +1 -1 wine/dlls/wineps/psdrv.h 1.14 +1 -1 wine/dlls/wineps/wineps.spec 1.31 +1 -1 wine/dlls/x11drv/x11drv.spec 1.98 +3 -9 wine/graphics/x11drv/xfont.c 1.61 +1 -1 wine/include/gdi.h 1.102 +1 -1 wine/include/x11drv.h 1.69 +69 -38 wine/objects/font.c