ChangeSet ID: 11344 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/03/03 15:32:16
Modified files: objects : font.c dc.c include : gdi.h dlls/x11drv : text.c dlls/wineps : builtin.c
Log message: Changed the GetTextExtentPoint graphics driver entry point to return device coordinates. Removed not used breakCount field in the DC structure.
Patch: http://cvs.winehq.org/patch.py?id=11344
Old revision New revision Changes Path 1.117 1.118 +8 -6 wine/objects/font.c 1.114 1.115 +0 -3 wine/objects/dc.c 1.95 1.96 +0 -1 wine/include/gdi.h 1.7 1.8 +4 -11 wine/dlls/x11drv/text.c 1.6 1.7 +2 -13 wine/dlls/wineps/builtin.c