ChangeSet ID: 5527 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/09/24 19:29:57
Modified files: dlls/ddraw : Makefile.in main.c mesa_private.h dlls/opengl32 : Makefile.in make_opengl opengl_ext.c opengl_ext.h opengl_norm.c wgl.c dlls/x11drv : x11drv.spec x11drv_main.c graphics/x11drv: opengl.c include : x11drv.h Removed files: include : wine_gl.h
Log message: Import wine_tsx11_lock/unlock directly from x11drv in opengl32 and ddraw, so that they don't need to link with libwine_tsx11. Removed header wine_gl.h.
Patch: http://cvs.winehq.com/patch.py?id=5527
Old revision New revision Changes Path 1.24 1.25 +1 -1 wine/dlls/ddraw/Makefile.in 1.27 1.28 +13 -0 wine/dlls/ddraw/main.c 1.11 1.12 +30 -1 wine/dlls/ddraw/mesa_private.h 1.10 1.11 +1 -1 wine/dlls/opengl32/Makefile.in 1.10 1.11 +2 -4 wine/dlls/opengl32/make_opengl 1.9 1.10 +1 -3 wine/dlls/opengl32/opengl_ext.c 1.3 1.4 +31 -0 wine/dlls/opengl32/opengl_ext.h 1.6 1.7 +1 -1 wine/dlls/opengl32/opengl_norm.c 1.26 1.27 +8 -2 wine/dlls/opengl32/wgl.c 1.39 1.40 +4 -0 wine/dlls/x11drv/x11drv.spec 1.60 1.61 +12 -40 wine/dlls/x11drv/x11drv_main.c 1.10 1.11 +60 -10 wine/graphics/x11drv/opengl.c 1.115 1.116 +1 -0 wine/include/x11drv.h 1.13 Removed +0 -0 wine/include/Attic/wine_gl.h