wine/ windows/win.c windows/class.c server/win ...

Alexandre Julliard julliard at winehq.org
Tue Dec 9 22:08:06 CST 2003


ChangeSet ID:	10383
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/12/09 22:08:06

Modified files:
	windows        : win.c class.c 
	server         : window.c user.h trace.c request.h protocol.def 
	                 process.h process.c Makefile.in 
	include/wine   : server_protocol.h 
	dlls/user      : winproc.h user_main.c 
Added files:
	server         : class.c 

Log message:
	Added window classes in the server, and support for inter-process
	GetClassWord/Long (based on a patch by Mike McCormack).
	Various fixes to the class instance handling.

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

Old revision  New revision  Changes     Path
 1.228         1.229         +32 -56     wine/windows/win.c
 1.61          1.62          +331 -209   wine/windows/class.c
 1.27          1.28          +30 -8      wine/server/window.c
 1.16          1.17          +9 -0       wine/server/user.h
 1.188         1.189         +49 -0      wine/server/trace.c
 1.89          1.90          +6 -0       wine/server/request.h
 1.89          1.90          +45 -0      wine/server/protocol.def
 1.41          1.42          +1 -0       wine/server/process.h
 1.114         1.115         +3 -0       wine/server/process.c
 1.47          1.48          +1 -0       wine/server/Makefile.in
 1.90          1.91          +72 -1      wine/include/wine/server_protocol.h
 1.3           1.4           +1 -3       wine/dlls/user/winproc.h
 1.61          1.62          +3 -38      wine/dlls/user/user_main.c
 Added         1.1           +0 -0       wine/server/class.c




More information about the wine-cvs mailing list