ChangeSet ID: 10797 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/01/20 16:04:02
Modified files: dlls/x11drv : xrender.c xfont.c text.c palette.c graphics.c dib.c bitblt.c dlls/wineps : ps.c builtin.c
Log message: Get rid of some direct accesses to the DC structure from outside GDI.
Patch: http://cvs.winehq.com/patch.py?id=10797
Old revision New revision Changes Path 1.30 1.31 +22 -19 wine/dlls/x11drv/xrender.c 1.5 1.6 +5 -5 wine/dlls/x11drv/xfont.c 1.3 1.4 +15 -15 wine/dlls/x11drv/text.c 1.2 1.3 +2 -3 wine/dlls/x11drv/palette.c 1.4 1.5 +2 -3 wine/dlls/x11drv/graphics.c 1.5 1.6 +18 -18 wine/dlls/x11drv/dib.c 1.3 1.4 +11 -23 wine/dlls/x11drv/bitblt.c 1.23 1.24 +6 -3 wine/dlls/wineps/ps.c 1.5 1.6 +14 -9 wine/dlls/wineps/builtin.c