ChangeSet ID: 16861 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/03/25 14:58:29
Modified files: include : gdi.h dlls/gdi : gdiobj.c gdi_private.h dc.c
Log message: Explicitly store the stack of saved DCs in the DC structure instead of using the 16-bit hNext field in the object header.
Patch: http://cvs.winehq.org/patch.py?id=16861
Old revision New revision Changes Path 1.98 1.99 +0 -1 wine/include/gdi.h 1.7 1.8 +3 -14 wine/dlls/gdi/gdiobj.c 1.20 1.21 +1 -0 wine/dlls/gdi/gdi_private.h 1.6 1.7 +12 -9 wine/dlls/gdi/dc.c