ChangeSet ID: 5523 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/09/24 13:36:52
Modified files: dlls/x11drv : dga2.c event.c keyboard.c mouse.c scroll.c window.c winpos.c x11drv_main.c xvidmode.c graphics/x11drv: bitmap.c dib.c graphics.c include : ts_xlib.h tools : make_X11wrappers tsx11 : Makefile.in X11_calls ts_xlib.c Removed files: include : ts_xf86dga2.h ts_xf86vmode.h ts_xutil.h tsx11 : ts_xf86dga2.c ts_xf86vmode.c ts_xutil.c
Log message: Removed some more TSX11 functions and files.
Patch: http://cvs.winehq.com/patch.py?id=5523
Old revision New revision Changes Path 1.11 1.12 +48 -31 wine/dlls/x11drv/dga2.c 1.10 1.11 +23 -8 wine/dlls/x11drv/event.c 1.9 1.10 +52 -33 wine/dlls/x11drv/keyboard.c 1.9 1.10 +1 -1 wine/dlls/x11drv/mouse.c 1.9 1.10 +0 -1 wine/dlls/x11drv/scroll.c 1.40 1.41 +12 -6 wine/dlls/x11drv/window.c 1.50 1.51 +0 -1 wine/dlls/x11drv/winpos.c 1.59 1.60 +2 -3 wine/dlls/x11drv/x11drv_main.c 1.15 1.16 +41 -28 wine/dlls/x11drv/xvidmode.c 1.40 1.41 +0 -2 wine/graphics/x11drv/bitmap.c 1.103 1.104 +0 -1 wine/graphics/x11drv/dib.c 1.50 1.51 +5 -2 wine/graphics/x11drv/graphics.c 1.20 1.21 +0 -7 wine/include/ts_xlib.h 1.26 1.27 +1 -73 wine/tools/make_X11wrappers 1.16 1.17 +1 -4 wine/tsx11/Makefile.in 1.26 1.27 +0 -30 wine/tsx11/X11_calls 1.22 1.23 +0 -63 wine/tsx11/ts_xlib.c 1.10 Removed +0 -0 wine/include/Attic/ts_xf86vmode.h 1.11 Removed +0 -0 wine/include/Attic/ts_xutil.h 1.5 Removed +0 -0 wine/include/Attic/ts_xf86dga2.h 1.5 Removed +0 -0 wine/tsx11/Attic/ts_xf86dga2.c 1.14 Removed +0 -0 wine/tsx11/Attic/ts_xf86vmode.c 1.13 Removed +0 -0 wine/tsx11/Attic/ts_xutil.c