ChangeSet ID: 10004294660542762670665979 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/09/13 21:04:26
Modified files: . : configure configure.in include : config.h.in tools : make_X11wrappers tsx11 : Makefile.in X11_calls Added files: include : ts_xrender.h tsx11 : ts_xrender.c
Log message: Huw D M Davies hdavies@codeweavers.com Add config check and thread safe wrappers for the XRender library.
Patch: http://cvs.winehq.com/patch.py?id=10004294660542762670665979
Revision Changes Path 1.224 +278 -189 wine/configure 1.224 +14 -1 wine/configure.in 1.88 +6 -0 wine/include/config.h.in 1.1 +0 -0 wine/include/ts_xrender.h 1.19 +78 -1 wine/tools/make_X11wrappers 1.10 +1 -0 wine/tsx11/Makefile.in 1.21 +13 -0 wine/tsx11/X11_calls 1.1 +0 -0 wine/tsx11/ts_xrender.c