ChangeSet ID: 1019599602990430454331548 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/04/23 17:06:42
Modified files: . : configure configure.ac dlls/x11drv : xrender.c include : config.h.in tools : make_X11wrappers tsx11 : Makefile.in X11_calls Removed files: include : ts_xrender.h tsx11 : ts_xrender.c
Log message: Load libXrender at run-time with dlopen (based on a patch by Huw Davies).
Patch: http://cvs.winehq.com/patch.py?id=1019599602990430454331548
Revision Changes Path 1.278 +0 -70 wine/configure 1.21 +2 -13 wine/configure.ac 1.7 +103 -37 wine/dlls/x11drv/xrender.c 1.108 +0 -3 wine/include/config.h.in 1.23 +1 -73 wine/tools/make_X11wrappers 1.12 +0 -1 wine/tsx11/Makefile.in 1.24 +0 -13 wine/tsx11/X11_calls