ChangeSet ID: 1020917027216853638486104 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/08 23:03:47
Modified files: dlls/gdi : driver.c dlls/gdi/enhmfdrv: dc.c enhmetafiledrv.h init.c dlls/gdi/mfdrv : graphics.c init.c metafiledrv.h dlls/gdi/win16drv: init.c include : gdi.h objects : clipping.c
Log message: Added ExtSelectClipRgn to the DC interface and implemented it for standard and enhanced metafiles.
Patch: http://cvs.winehq.com/patch.py?id=1020917027216853638486104
Revision Changes Path 1.12 +1 -1 wine/dlls/gdi/driver.c 1.3 +22 -0 wine/dlls/gdi/enhmfdrv/dc.c 1.3 +3 -4 wine/dlls/gdi/enhmfdrv/enhmetafiledrv.h 1.4 +1 -1 wine/dlls/gdi/enhmfdrv/init.c 1.3 +19 -0 wine/dlls/gdi/mfdrv/graphics.c 1.5 +1 -1 wine/dlls/gdi/mfdrv/init.c 1.4 +2 -2 wine/dlls/gdi/mfdrv/metafiledrv.h 1.5 +1 -1 wine/dlls/gdi/win16drv/init.c 1.63 +1 -1 wine/include/gdi.h 1.33 +7 -0 wine/objects/clipping.c