wine/ windows/winpos.c server/window.c server/ ...

Alexandre Julliard julliard at winehq.org
Tue Jul 20 17:17:39 CDT 2004


ChangeSet ID:	13002
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2004/07/20 17:17:39

Modified files:
	windows        : winpos.c 
	server         : window.c user.h trace.c request.h region.c 
	                 protocol.def 
	include/wine   : server_protocol.h 

Log message:
	Moved the WindowFromPoint functionality to the server so that we can
	properly take into account the window region.

Patch: http://cvs.winehq.org/patch.py?id=13002

Old revision  New revision  Changes     Path
 1.152         1.153         +59 -113    wine/windows/winpos.c
 1.32          1.33          +125 -13    wine/server/window.c
 1.20          1.21          +1 -0       wine/server/user.h
 1.210         1.211         +17 -0      wine/server/trace.c
 1.101         1.102         +2 -0       wine/server/request.h
 1.2           1.3           +17 -0      wine/server/region.c
 1.107         1.108         +11 -0      wine/server/protocol.def
 1.108         1.109         +20 -1      wine/include/wine/server_protocol.h




More information about the wine-cvs mailing list