ChangeSet ID: 14746 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/12/08 08:15:24
Modified files: windows : user.c sysmetrics.c syscolor.c input.c clipboard.c dlls/user : user16.c mouse16.c kbd16.c
Log message: Moved some more 16-bit USER functions to the corresponding 16-bit files.
Patch: http://cvs.winehq.org/patch.py?id=14746
Old revision New revision Changes Path 1.103 1.104 +0 -78 wine/windows/user.c 1.39 1.40 +0 -10 wine/windows/sysmetrics.c 1.43 1.44 +0 -34 wine/windows/syscolor.c 1.100 1.101 +0 -119 wine/windows/input.c 1.62 1.63 +0 -72 wine/windows/clipboard.c 1.16 1.17 +238 -0 wine/dlls/user/user16.c 1.1 1.2 +26 -0 wine/dlls/user/mouse16.c 1.1 1.2 +23 -0 wine/dlls/user/kbd16.c