ChangeSet ID: 989465040965126929339021 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/05/09 23:24:00
Modified files: dlls/ttydrv : wnd.c dlls/user : user_main.c dlls/x11drv : window.c x11drv.spec include : user.h win.h windows : scroll.c windows/x11drv : wnd.c
Log message: Moved ScrollWindowEx implementation to the graphics driver.
Patch: http://cvs.winehq.com/patch.py?id=989465040965126929339021
Revision Changes Path 1.9 +0 -11 wine/dlls/ttydrv/wnd.c 1.20 +1 -0 wine/dlls/user/user_main.c 1.2 +152 -0 wine/dlls/x11drv/window.c 1.12 +1 -0 wine/dlls/x11drv/x11drv.spec 1.20 +1 -0 wine/include/user.h 1.42 +0 -1 wine/include/win.h 1.32 +5 -138 wine/windows/scroll.c 1.73 +0 -1 wine/windows/x11drv/wnd.c