ChangeSet ID: 20988 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@winehq.org 2005/10/31 04:05:53
Modified files: dlls/gdi/tests : metafile.c Makefile.in .cvsignore dlls/gdi/enhmfdrv: init.c dc.c dlls/gdi : dc.c Added files: dlls/gdi/tests : dc.c
Log message: Huw Davies huw@codeweavers.com Fix handling of relative state indices in RestoreDC. Fix return value of SaveDC when writing to an emf. Before writing the EMR_EOF record we should ensure that we clear the state stack.
Patch: http://cvs.winehq.org/patch.py?id=20988
Old revision New revision Changes Path 1.18 1.19 +111 -4 wine/dlls/gdi/tests/metafile.c 1.9 1.10 +1 -0 wine/dlls/gdi/tests/Makefile.in 1.9 1.10 +1 -0 wine/dlls/gdi/tests/.cvsignore Added 1.1 +0 -0 wine/dlls/gdi/tests/dc.c 1.32 1.33 +3 -0 wine/dlls/gdi/enhmfdrv/init.c 1.9 1.10 +9 -13 wine/dlls/gdi/enhmfdrv/dc.c 1.13 1.14 +13 -14 wine/dlls/gdi/dc.c