wine/ controls/icontitle.c controls/scroll.c d ...

Alexandre Julliard julliard at winehq.com
Mon Oct 15 12:56:46 CDT 2001


ChangeSet ID:	1003168605769878560211509
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/10/15 13:56:46

Modified files:
	controls       : icontitle.c scroll.c 
	dlls/user      : msg16.c 
	dlls/x11drv    : desktop.c scroll.c window.c winpos.c 
	include        : win.h 
	windows        : class.c dce.c defdlg.c defwnd.c dialog.c mdi.c 
	                 message.c nonclient.c painting.c spy.c timer.c 
	                 win.c 

Log message:
	Renamed WIN_GetWndPtr into WIN_GetPtr and added corresponding
	WIN_ReleasePtr. Started using it instead of WIN_FindWndPtr where we
	don't need to access windows of other processes.

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

Revision  Changes    Path
 1.22     +11 -14    wine/controls/icontitle.c
 1.47     +1 -1      wine/controls/scroll.c
 1.5      +22 -12    wine/dlls/user/msg16.c
 1.5      +2 -2      wine/dlls/x11drv/desktop.c
 1.5      +2 -9      wine/dlls/x11drv/scroll.c
 1.25     +33 -28    wine/dlls/x11drv/window.c
 1.29     +6 -6      wine/dlls/x11drv/winpos.c
 1.61     +13 -7     wine/include/win.h
 1.40     +26 -35    wine/windows/class.c
 1.64     +21 -44    wine/windows/dce.c
 1.20     +12 -5     wine/windows/defdlg.c
 1.66     +47 -35    wine/windows/defwnd.c
 1.94     +2 -2      wine/windows/dialog.c
 1.89     +14 -9     wine/windows/mdi.c
 1.127    +65 -47    wine/windows/message.c
 1.87     +2 -2      wine/windows/nonclient.c
 1.60     +2 -6      wine/windows/painting.c
 1.26     +12 -10    wine/windows/spy.c
 1.34     +3 -5      wine/windows/timer.c
 1.161    +65 -105   wine/windows/win.c





More information about the wine-cvs mailing list