ChangeSet ID: 998006834456054106354713 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/08/16 20:07:14
Modified files: dlls/wineps : font.c graphics/enhmetafiledrv: objects.c graphics/x11drv: xfont.c include : gdi.h objects : dc.c gdiobj.c windows : syscolor.c
Log message: Create GDI stock objects as normal objects instead of using magic handle values.
Patch: http://cvs.winehq.com/patch.py?id=998006834456054106354713
Revision Changes Path 1.20 +7 -1 wine/dlls/wineps/font.c 1.14 +28 -34 wine/graphics/enhmetafiledrv/objects.c 1.84 +6 -1 wine/graphics/x11drv/xfont.c 1.51 +3 -34 wine/include/gdi.h 1.63 +1 -1 wine/objects/dc.c 1.55 +124 -245 wine/objects/gdiobj.c 1.28 +0 -3 wine/windows/syscolor.c