wine/ windows/win.c windows/nonclient.c window ...

Alexandre Julliard julliard at winehq.org
Fri Mar 25 10:47:04 CST 2005


ChangeSet ID:	16853
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/25 10:47:04

Modified files:
	windows        : win.c nonclient.c class.c 
	include        : win.h 
	dlls/x11drv    : x11drv.spec x11drv.h winpos.c window.c 
	                 Makefile.in 
	dlls/user      : user_private.h user_main.c user32.spec user16.c 
	                 painting.c Makefile.in 
Added files:
	dlls/x11drv    : dce.c 
Removed files:
	windows        : dce.c 
	include        : dce.h 

Log message:
	Moved DCE support to the X11 driver.

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

Old revision  New revision  Changes     Path
 1.274         1.275         +0 -6       wine/windows/win.c
 1.136         1.137         +0 -1       wine/windows/nonclient.c
 1.71          1.72          +0 -5       wine/windows/class.c
 1.97          1.98          +3 -2       wine/include/win.h
 1.63          1.64          +2 -1       wine/dlls/x11drv/x11drv.spec
 1.56          1.57          +14 -10     wine/dlls/x11drv/x11drv.h
 1.132         1.133         +3 -166     wine/dlls/x11drv/winpos.c
 1.104         1.105         +6 -1       wine/dlls/x11drv/window.c
 1.41          1.42          +1 -0       wine/dlls/x11drv/Makefile.in
 1.6           1.7           +3 -2       wine/dlls/user/user_private.h
 1.78          1.79          +2 -1       wine/dlls/user/user_main.c
 1.104         1.105         +0 -1       wine/dlls/user/user32.spec
 1.18          1.19          +10 -0      wine/dlls/user/user16.c
 1.23          1.24          +106 -1     wine/dlls/user/painting.c
 1.88          1.89          +0 -1       wine/dlls/user/Makefile.in
 Added         1.1           +0 -0       wine/dlls/x11drv/dce.c
 1.88          Removed       +0 -0       wine/windows/dce.c
 1.15          Removed       +0 -0       wine/include/dce.h




More information about the wine-cvs mailing list