ChangeSet ID: 6493 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2002/12/03 17:34:54
Modified files: windows : winproc.c winpos.c win.c user.c timer.c sysparams.c sysmetrics.c syscolor.c spy.c queue.c painting.c message.c input.c defwnd.c defdlg.c cursoricon.c class.c include : win.h user.h dlls/x11drv : winpos.c window.c event.c dlls/user : user_main.c msg16.c message.c hook16.c hook.c dlls/comctl32 : rebar.c controls : scroll.c listbox.c combo.c Added files: dlls/user : winproc.h message.h Removed files: include : winproc.h sysmetrics.h spy.h queue.h message.h input.h
Log message: Removed input.h, queue.h, spy.h and sysmetrics.h and moved their contents to user.h. Moved message.h and winproc.h to dlls/user.
Patch: http://cvs.winehq.com/patch.py?id=6493
Old revision New revision Changes Path 1.98 1.99 +29 -29 wine/windows/winproc.c 1.141 1.142 +0 -3 wine/windows/winpos.c 1.211 1.212 +4 -7 wine/windows/win.c 1.91 1.92 +0 -2 wine/windows/user.c 1.40 1.41 +9 -11 wine/windows/timer.c 1.43 1.44 +0 -1 wine/windows/sysparams.c 1.32 1.33 +0 -1 wine/windows/sysmetrics.c 1.37 1.38 +0 -1 wine/windows/syscolor.c 1.48 1.49 +1 -1 wine/windows/spy.c 1.95 1.96 +1 -2 wine/windows/queue.c 1.80 1.81 +1 -1 wine/windows/painting.c 1.149 1.150 +8 -10 wine/windows/message.c 1.86 1.87 +0 -2 wine/windows/input.c 1.79 1.80 +3 -3 wine/windows/defwnd.c 1.27 1.28 +1 -1 wine/windows/defdlg.c 1.60 1.61 +0 -2 wine/windows/cursoricon.c 1.55 1.56 +13 -15 wine/windows/class.c 1.75 1.76 +1 -12 wine/include/win.h 1.49 1.50 +17 -0 wine/include/user.h 1.61 1.62 +0 -1 wine/dlls/x11drv/winpos.c 1.45 1.46 +0 -1 wine/dlls/x11drv/window.c 1.14 1.15 +1 -3 wine/dlls/x11drv/event.c 1.49 1.50 +1 -4 wine/dlls/user/user_main.c 1.18 1.19 +2 -2 wine/dlls/user/msg16.c 1.30 1.31 +1 -3 wine/dlls/user/message.c 1.1 1.2 +2 -1 wine/dlls/user/hook16.c 1.4 1.5 +1 -1 wine/dlls/user/hook.c 1.67 1.68 +1 -2 wine/dlls/comctl32/rebar.c 1.59 1.60 +1 -1 wine/controls/scroll.c 1.89 1.90 +1 -1 wine/controls/listbox.c 1.94 1.95 +1 -1 wine/controls/combo.c Added 1.1 +0 -0 wine/dlls/user/winproc.h Added 1.1 +0 -0 wine/dlls/user/message.h 1.8 Removed +0 -0 wine/include/spy.h 1.42 Removed +0 -0 wine/include/queue.h 1.34 Removed +0 -0 wine/include/message.h 1.7 Removed +0 -0 wine/include/input.h 1.10 Removed +0 -0 wine/include/winproc.h 1.12 Removed +0 -0 wine/include/sysmetrics.h