ChangeSet ID: 12627 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/06/15 12:04:02
Modified files: windows : scroll.c include : user.h dlls/x11drv : x11drv.spec scroll.c dlls/user : user_main.c
Log message: Ulrich Czekalla ulrich@codeweavers.com ScrollDC should take into account overlapped windows. With this change ScrollWindowEx can be moved out of X11drv.
Patch: http://cvs.winehq.org/patch.py?id=12627
Old revision New revision Changes Path 1.42 1.43 +93 -7 wine/windows/scroll.c 1.64 1.65 +1 -1 wine/include/user.h 1.58 1.59 +1 -1 wine/dlls/x11drv/x11drv.spec 1.19 1.20 +76 -80 wine/dlls/x11drv/scroll.c 1.67 1.68 +1 -1 wine/dlls/user/user_main.c