ChangeSet ID: 10153 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/20 18:17:34
Modified files: graphics/x11drv: xfont.c palette.c graphics.c clipping.c brush.c bitmap.c dlls/x11drv : x11drv_main.c x11ddraw.c winpos.c window.c ts_xlib.h ts_xlib.c mouse.c keyboard.c event.c clipboard.c X11_calls
Log message: Get rid of a bunch of TSX functions.
Patch: http://cvs.winehq.com/patch.py?id=10153
Old revision New revision Changes Path 1.122 1.123 +8 -3 wine/graphics/x11drv/xfont.c 1.40 1.41 +34 -21 wine/graphics/x11drv/palette.c 1.53 1.54 +26 -17 wine/graphics/x11drv/graphics.c 1.25 1.26 +3 -2 wine/graphics/x11drv/clipping.c 1.31 1.32 +13 -9 wine/graphics/x11drv/brush.c 1.44 1.45 +6 -3 wine/graphics/x11drv/bitmap.c 1.78 1.79 +12 -8 wine/dlls/x11drv/x11drv_main.c 1.21 1.22 +16 -5 wine/dlls/x11drv/x11ddraw.c 1.69 1.70 +5 -2 wine/dlls/x11drv/winpos.c 1.62 1.63 +3 -1 wine/dlls/x11drv/window.c 1.1 1.2 +10 -47 wine/dlls/x11drv/ts_xlib.h 1.1 1.2 +13 -346 wine/dlls/x11drv/ts_xlib.c 1.12 1.13 +3 -1 wine/dlls/x11drv/mouse.c 1.41 1.42 +6 -2 wine/dlls/x11drv/keyboard.c 1.26 1.27 +5 -6 wine/dlls/x11drv/event.c 1.13 1.14 +3 -1 wine/dlls/x11drv/clipboard.c 1.1 1.2 +0 -37 wine/dlls/x11drv/X11_calls