ChangeSet ID: 9800 CVSROOT: /home/winehq/opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/10/15 19:21:42
Modified files: dlls/x11drv : xvidmode.h xvidmode.c x11drv_main.c x11drv.h x11ddraw.c desktop.c Makefile.in Added files: dlls/x11drv : xrandr.h xrandr.c settings.c
Log message: Alex Pasadyn ajp@mail.utexas.edu - Added support for XRandR extension. - Added new debugging channels for resolution changing. - Streamlined resolution changing and removed duplicated code.
Patch: http://cvs.winehq.com/patch.py?root=/home/winehq/opt/cvs-commit&id=9800
Old revision New revision Changes Path 1.6 1.7 +0 -6 wine/dlls/x11drv/xvidmode.h 1.23 1.24 +72 -353 wine/dlls/x11drv/xvidmode.c 1.74 1.75 +11 -1 wine/dlls/x11drv/x11drv_main.c 1.5 1.6 +13 -4 wine/dlls/x11drv/x11drv.h 1.20 1.21 +2 -6 wine/dlls/x11drv/x11ddraw.c 1.15 1.16 +41 -178 wine/dlls/x11drv/desktop.c 1.32 1.33 +2 -0 wine/dlls/x11drv/Makefile.in Added 1.1 +0 -0 wine/dlls/x11drv/xrandr.h Added 1.1 +0 -0 wine/dlls/x11drv/xrandr.c Added 1.1 +0 -0 wine/dlls/x11drv/settings.c