wine/ dlls/user/Makefile.in include/win.h incl ...

Alexandre Julliard julliard at winehq.com
Fri Oct 12 14:10:27 CDT 2001


ChangeSet ID:	1002913827518328655511141
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/10/12 15:10:27

Modified files:
	dlls/user      : Makefile.in 
	include        : win.h 
	include/wine   : server_protocol.h 
	server         : protocol.def request.h trace.c window.c 
	windows        : Makefile.in win.c 
Added files:
	dlls/user      : property.c 
Removed files:
	windows        : property.c 

Log message:
	Store window properties in the server. Moved property.c to dlls/user.

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

Revision  Changes    Path
 1.31     +1 -0      wine/dlls/user/Makefile.in
 1.1     +0 -0       wine/dlls/user/property.c
 1.60     +0 -3      wine/include/win.h
 1.13     +57 -1     wine/include/wine/server_protocol.h
 1.13     +43 -0     wine/server/protocol.def
 1.55     +8 -0      wine/server/request.h
 1.108    +70 -0     wine/server/trace.c
 1.5      +177 -3    wine/server/window.c
 1.13     +0 -1      wine/windows/Makefile.in
 1.160    +0 -3      wine/windows/win.c





More information about the wine-cvs mailing list