ChangeSet ID: 10122736420786408404819667 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 02/01/28 22:07:22
Modified files: dlls/x11drv : Makefile.in x11drv.spec graphics/x11drv: clipping.c init.c text.c xfont.c include : x11drv.h Added files: dlls/x11drv : xrender.c
Log message: Huw D M Davies hdavies@codeweavers.com Uses Xrender extension to allow client side font rendering. Adds nice things like anti-aliased text.
Patch: http://cvs.winehq.com/patch.py?id=10122736420786408404819667
Revision Changes Path 1.16 +1 -0 wine/dlls/x11drv/Makefile.in 1.29 +1 -1 wine/dlls/x11drv/x11drv.spec 1.1 +0 -0 wine/dlls/x11drv/xrender.c 1.18 +2 -0 wine/graphics/x11drv/clipping.c 1.43 +6 -0 wine/graphics/x11drv/init.c 1.28 +7 -1 wine/graphics/x11drv/text.c 1.90 +17 -2 wine/graphics/x11drv/xfont.c 1.96 +13 -0 wine/include/x11drv.h