ChangeSet ID: 10225 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2003/11/26 16:29:31
Modified files: windows : winpos.c timer.c queue.c painting.c message.c input.c defwnd.c cursoricon.c dlls/winedos : int21.c dosvm.c dlls/user : property.c painting.c lstr.c hook.c focus.c caret.c
Log message: Steven Edwards steven_ed4153@yahoo.com Porting fixes.
Patch: http://cvs.winehq.com/patch.py?id=10225
Old revision New revision Changes Path 1.149 1.150 +3 -0 wine/windows/winpos.c 1.43 1.44 +3 -0 wine/windows/timer.c 1.100 1.101 +3 -0 wine/windows/queue.c 1.87 1.88 +3 -0 wine/windows/painting.c 1.158 1.159 +1 -0 wine/windows/message.c 1.97 1.98 +3 -0 wine/windows/input.c 1.85 1.86 +3 -0 wine/windows/defwnd.c 1.68 1.69 +3 -0 wine/windows/cursoricon.c 1.50 1.51 +1 -0 wine/dlls/winedos/int21.c 1.56 1.57 +1 -0 wine/dlls/winedos/dosvm.c 1.10 1.11 +3 -0 wine/dlls/user/property.c 1.8 1.9 +4 -0 wine/dlls/user/painting.c 1.27 1.28 +1 -0 wine/dlls/user/lstr.c 1.10 1.11 +3 -0 wine/dlls/user/hook.c 1.8 1.9 +3 -0 wine/dlls/user/focus.c 1.4 1.5 +3 -0 wine/dlls/user/caret.c