ChangeSet ID: 996279485114552103448659 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/07/27 20:18:05
Modified files: dlls/gdi : driver.c dlls/ttydrv : dc.c palette.c ttydrv.h ttydrv.spec ttydrv_main.c dlls/wineps : escape.c font.c init.c ps.c psdrv.h wineps.spec dlls/x11drv : x11drv.spec graphics : mapping.c graphics/enhmetafiledrv: init.c graphics/metafiledrv: init.c graphics/win16drv: init.c text.c graphics/x11drv: init.c palette.c xfont.c include : gdi.h win16drv.h x11drv.h objects : dc.c palette.c
Log message: Added GetDeviceCaps to the DC driver interface. Removed devCaps pointer in the generic DC structure.
Patch: http://cvs.winehq.com/patch.py?id=996279485114552103448659
Revision Changes Path 1.2 +1 -0 wine/dlls/gdi/driver.c 1.11 +79 -52 wine/dlls/ttydrv/dc.c 1.3 +6 -15 wine/dlls/ttydrv/palette.c 1.12 +0 -3 wine/dlls/ttydrv/ttydrv.h 1.16 +1 -1 wine/dlls/ttydrv/ttydrv.spec 1.15 +0 -2 wine/dlls/ttydrv/ttydrv_main.c 1.9 +6 -6 wine/dlls/wineps/escape.c 1.15 +5 -9 wine/dlls/wineps/font.c 1.26 +122 -88 wine/dlls/wineps/init.c 1.6 +5 -5 wine/dlls/wineps/ps.c 1.24 +6 -0 wine/dlls/wineps/psdrv.h 1.10 +1 -0 wine/dlls/wineps/wineps.spec 1.21 +1 -0 wine/dlls/x11drv/x11drv.spec 1.13 +53 -54 wine/graphics/mapping.c 1.25 +1 -0 wine/graphics/enhmetafiledrv/init.c 1.35 +1 -0 wine/graphics/metafiledrv/init.c 1.36 +27 -16 wine/graphics/win16drv/init.c 1.10 +2 -2 wine/graphics/win16drv/text.c 1.40 +108 -49 wine/graphics/x11drv/init.c 1.26 +34 -35 wine/graphics/x11drv/palette.c 1.80 +11 -28 wine/graphics/x11drv/xfont.c 1.48 +1 -36 wine/include/gdi.h 1.16 +35 -0 wine/include/win16drv.h 1.87 +2 -4 wine/include/x11drv.h 1.60 +3 -55 wine/objects/dc.c 1.38 +6 -23 wine/objects/palette.c