Module: wine Branch: master Commit: a49beb4c5c40a5eb8c194865a459e420e153a3fd URL: http://source.winehq.org/git/wine.git/?a=commit;h=a49beb4c5c40a5eb8c194865a4... Author: Francois Gouget <fgouget(a)codeweavers.com> Date: Thu Jun 26 14:02:17 2008 +0200 winex11: Load the XVidMode extension (libXxf86vm) when available. --- configure | 51 ++++++++++++--------- configure.ac | 10 +--- dlls/winex11.drv/x11drv_main.c | 4 +- dlls/winex11.drv/xvidmode.c | 97 ++++++++++++++++++++++++++++++++------- dlls/winex11.drv/xvidmode.h | 4 +- include/config.h.in | 6 +- 6 files changed, 118 insertions(+), 54 deletions(-) Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=a49beb4c5c40a5eb8c1948...