ChangeSet ID: 1016919836143048234590427 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/03/23 15:43:56
Modified files: . : Makefile.in dlls : Makefile.in dlls/opengl32 : Makefile.in opengl32.spec wgl.c graphics/x11drv: init.c include : x11drv.h
Log message: Added support for driver-specific escapes in the x11drv to retrieve X11 information. Finished dll separation of opengl32.
Patch: http://cvs.winehq.com/patch.py?id=1016919836143048234590427
Revision Changes Path 1.111 +1 -4 wine/Makefile.in 1.120 +2 -6 wine/dlls/Makefile.in 1.7 +4 -1 wine/dlls/opengl32/Makefile.in 1.11 +1 -1 wine/dlls/opengl32/opengl32.spec 1.22 +120 -105 wine/dlls/opengl32/wgl.c 1.45 +35 -0 wine/graphics/x11drv/init.c 1.98 +10 -0 wine/include/x11drv.h