wine/ dlls/user/msg16.c include/win.h include/ ...

Alexandre Julliard julliard at winehq.com
Sun Sep 23 20:20:01 CDT 2001


ChangeSet ID:	1001294400357677972409874
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/09/23 21:20:01

Modified files:
	dlls/user      : msg16.c 
	include        : win.h 
	include/wine   : server_protocol.h 
	server         : protocol.def trace.c user.c 
	windows        : message.c timer.c win.c winpos.c 

Log message:
	A couple of optimizations to avoid some server calls in WIN_FindWndPtr
	and related functions.

Patch: http://cvs.winehq.com/patch.py?id=1001294400357677972409874

Revision  Changes    Path
 1.4      +1 -2      wine/dlls/user/msg16.c
 1.56     +2 -0      wine/include/win.h
 1.7      +5 -1      wine/include/wine/server_protocol.h
 1.7      +5 -1      wine/server/protocol.def
 1.102    +1 -1      wine/server/trace.c
 1.4      +3 -7      wine/server/user.c
 1.124    +1 -1      wine/windows/message.c
 1.33     +1 -1      wine/windows/timer.c
 1.155    +76 -30    wine/windows/win.c
 1.120    +21 -37    wine/windows/winpos.c





More information about the wine-cvs mailing list