ChangeSet ID: 1003269146345791018567979 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/10/16 17:52:26
Modified files: controls : menu.c scroll.c dlls/user : controls.h include : nonclient.h windows : defwnd.c nonclient.c
Log message: Moved scrollbar tracking code to scroll.c. Avoid unnecessary coordinates conversion in NC_HandleSysCommand.
Patch: http://cvs.winehq.com/patch.py?id=1003269146345791018567979
Revision Changes Path 1.132 +4 -0 wine/controls/menu.c 1.48 +54 -31 wine/controls/scroll.c 1.8 +1 -1 wine/dlls/user/controls.h 1.8 +1 -1 wine/include/nonclient.h 1.67 +1 -6 wine/windows/defwnd.c 1.88 +21 -54 wine/windows/nonclient.c