wine/ dlls/user/user32.spec dlls/x11drv/window ...

Alexandre Julliard julliard at winehq.com
Thu Aug 23 19:27:00 CDT 2001


ChangeSet ID:	998612820509180899709463
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/08/23 20:27:00

Modified files:
	dlls/user      : user32.spec 
	dlls/x11drv    : window.c winpos.c 
	include        : dce.h win.h winuser.h x11drv.h 
	windows        : dce.c defwnd.c dialog.c focus.c mdi.c message.c 
	                 nonclient.c painting.c win.c winpos.c 
	windows/x11drv : clipboard.c event.c 

Log message:
	Implemented GetAncestor and removed WIN_GetTopParent.
	Removed a few more accesses to the WND structure.

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

Revision  Changes    Path
 1.35     +1 -0      wine/dlls/user/user32.spec
 1.19     +24 -58    wine/dlls/x11drv/window.c
 1.19     +34 -28    wine/dlls/x11drv/winpos.c
 1.11     +3 -5      wine/include/dce.h
 1.50     +1 -3      wine/include/win.h
 1.116    +14 -8     wine/include/winuser.h
 1.91     +0 -1      wine/include/x11drv.h
 1.60     +82 -85    wine/windows/dce.c
 1.62     +6 -6      wine/windows/defwnd.c
 1.88     +103 -172  wine/windows/dialog.c
 1.23     +18 -18    wine/windows/focus.c
 1.84     +106 -106  wine/windows/mdi.c
 1.122    +1 -1      wine/windows/message.c
 1.84     +7 -4      wine/windows/nonclient.c
 1.55     +51 -43    wine/windows/painting.c
 1.144    +106 -213  wine/windows/win.c
 1.115    +48 -104   wine/windows/winpos.c
 1.37     +4 -3      wine/windows/x11drv/clipboard.c
 1.107    +7 -8      wine/windows/x11drv/event.c





More information about the wine-cvs mailing list