ChangeSet ID: 17268
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/04/28 13:29:12
Modified files:
dlls/x11drv : xrandr.c opengl.c
Log message:
Raphael Junqueira <fenix(a)club-internet.fr>
- valid implementation of X11DRV_ChoosePixelFormat using GLX1.3 API
(ie. using real card caps and not ugly way using visuals array) to
be compatible with opengl32 pixel formats (wgl*PixelFormat* APIs) as
they need to be the same
- add more traces to xrandr
Patch: http://cvs.winehq.org/patch.py?id=17268
Old revision New revision Changes Path
1.8 1.9 +18 -4 wine/dlls/x11drv/xrandr.c
1.4 1.5 +137 -95 wine/dlls/x11drv/opengl.c