ChangeSet ID: 1020303589730425480361195 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/01 20:39:49
Modified files: dlls/ttydrv : dc.c ttydrv.h ttydrv.spec dlls/wineps : bitblt.c bitmap.c clipping.c font.c graphics.c pen.c psdrv.h text.c wineps.spec dlls/x11drv : x11drv.spec graphics/x11drv: clipping.c include : gdi.h x11drv.h objects : clipping.c
Log message: Removed some direct accesses to the DC structure.
Patch: http://cvs.winehq.com/patch.py?id=1020303589730425480361195
Revision Changes Path 1.14 +0 -9 wine/dlls/ttydrv/dc.c 1.18 +0 -1 wine/dlls/ttydrv/ttydrv.h 1.23 +0 -1 wine/dlls/ttydrv/ttydrv.spec 1.5 +9 -6 wine/dlls/wineps/bitblt.c 1.7 +10 -5 wine/dlls/wineps/bitmap.c 1.6 +3 -10 wine/dlls/wineps/clipping.c 1.26 +1 -0 wine/dlls/wineps/font.c 1.8 +94 -62 wine/dlls/wineps/graphics.c 1.9 +1 -0 wine/dlls/wineps/pen.c 1.33 +1 -5 wine/dlls/wineps/psdrv.h 1.12 +3 -6 wine/dlls/wineps/text.c 1.15 +1 -1 wine/dlls/wineps/wineps.spec 1.32 +1 -1 wine/dlls/x11drv/x11drv.spec 1.21 +4 -5 wine/graphics/x11drv/clipping.c 1.62 +1 -1 wine/include/gdi.h 1.104 +1 -1 wine/include/x11drv.h 1.32 +2 -1 wine/objects/clipping.c