ChangeSet ID: 16860 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/25 14:52:53
Modified files: dlls/gdi : gdi_private.h dc.c clipping.c
Log message: Maintain the stack of saved vis regions in the DC structure instead of storing it directly in the region objects.
Patch: http://cvs.winehq.org/patch.py?id=16860
Old revision New revision Changes Path 1.19 1.20 +8 -0 wine/dlls/gdi/gdi_private.h 1.5 1.6 +9 -0 wine/dlls/gdi/dc.c 1.3 1.4 +20 -40 wine/dlls/gdi/clipping.c