ChangeSet ID: 993078994955396458972245 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/06/20 19:16:34
Modified files: include : queue.h winpos.h windows : defwnd.c input.c message.c queue.c winpos.c winproc.c
Log message: Avoid returning an unlocked window pointer from WINPOS_WindowFromPoint. Removed a few no longer used routines.
Patch: http://cvs.winehq.com/patch.py?id=993078994955396458972245
Revision Changes Path 1.28 +3 -25 wine/include/queue.h 1.14 +1 -1 wine/include/winpos.h 1.57 +8 -9 wine/windows/defwnd.c 1.49 +14 -36 wine/windows/input.c 1.110 +6 -17 wine/windows/message.c 1.76 +61 -132 wine/windows/queue.c 1.104 +34 -30 wine/windows/winpos.c 1.68 +5 -1 wine/windows/winproc.c