Fix handling of relative state indices in RestoreDC.
authorHuw Davies <huw@codeweavers.com>
Mon, 31 Oct 2005 10:05:52 +0000 (10:05 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 31 Oct 2005 10:05:52 +0000 (10:05 +0000)
commit0d23ac479b587ba1e048fa77e66504cfa3d9e286
tree2bb82ce58371a3d8b7bc2bcc3d4097b0e759db08
parentbe29e3708b86946d1afdeebc1408ab68c4b37241
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.
dlls/gdi/dc.c
dlls/gdi/enhmfdrv/dc.c
dlls/gdi/enhmfdrv/init.c
dlls/gdi/tests/.cvsignore
dlls/gdi/tests/Makefile.in
dlls/gdi/tests/dc.c [new file with mode: 0644]
dlls/gdi/tests/metafile.c