ChangeSet ID: 17251 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/04/27 03:18:20
Modified files: include : thread.h dlls/user : wnd16.c user_private.h user_main.c user16.c message.h message.c input.c hook16.c hook.c cursoricon.c Makefile.in dlls/ntdll : thread.c dlls/kernel : task.c Removed files: windows : queue.c
Log message: Removed the MESSAGEQUEUE structure, and store the corresponding information directly in the TEB, in the Win32ClientInfo field.
Patch: http://cvs.winehq.org/patch.py?id=17251
Old revision New revision Changes Path 1.99 1.100 +14 -31 wine/include/thread.h 1.23 1.24 +1 -1 wine/dlls/user/wnd16.c 1.9 1.10 +27 -0 wine/dlls/user/user_private.h 1.79 1.80 +1 -4 wine/dlls/user/user_main.c 1.21 1.22 +10 -0 wine/dlls/user/user16.c 1.5 1.6 +0 -26 wine/dlls/user/message.h 1.78 1.79 +56 -53 wine/dlls/user/message.c 1.2 1.3 +1 -3 wine/dlls/user/input.c 1.8 1.9 +7 -11 wine/dlls/user/hook16.c 1.18 1.19 +9 -12 wine/dlls/user/hook.c 1.1 1.2 +14 -14 wine/dlls/user/cursoricon.c 1.92 1.93 +0 -1 wine/dlls/user/Makefile.in 1.25 1.26 +0 -1 wine/dlls/ntdll/thread.c 1.20 1.21 +11 -40 wine/dlls/kernel/task.c 1.105 Removed +0 -0 wine/windows/queue.c