wine/ windows/winpos.c windows/win.c windows/n ...

Alexandre Julliard julliard at winehq.org
Thu Mar 24 09:18:51 CST 2005


ChangeSet ID:	16828
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/03/24 09:18:51

Modified files:
	windows        : winpos.c win.c nonclient.c mdi.c dialog.c 
	                 defdlg.c dce.c class.c 
	include        : win.h 
	dlls/x11drv    : winpos.c desktop.c 
	dlls/user      : scroll.c painting.c msg16.c message.c menu.c 
	dlls/ttydrv    : wnd.c 

Log message:
	Don't maintain a client-side WND structure for the desktop window.
	Made WIN_GetPtr return WND_DESKTOP in that case.

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

Old revision  New revision  Changes     Path
 1.167         1.168         +6 -4       wine/windows/winpos.c
 1.272         1.273         +82 -70     wine/windows/win.c
 1.134         1.135         +6 -14      wine/windows/nonclient.c
 1.148         1.149         +1 -1       wine/windows/mdi.c
 1.142         1.143         +2 -1       wine/windows/dialog.c
 1.37          1.38          +1 -1       wine/windows/defdlg.c
 1.87          1.88          +1 -1       wine/windows/dce.c
 1.70          1.71          +4 -6       wine/windows/class.c
 1.95          1.96          +1 -0       wine/include/win.h
 1.130         1.131         +4 -1       wine/dlls/x11drv/winpos.c
 1.24          1.25          +0 -6       wine/dlls/x11drv/desktop.c
 1.9           1.10          +3 -3       wine/dlls/user/scroll.c
 1.22          1.23          +1 -1       wine/dlls/user/painting.c
 1.29          1.30          +3 -4       wine/dlls/user/msg16.c
 1.73          1.74          +2 -2       wine/dlls/user/message.c
 1.19          1.20          +3 -2       wine/dlls/user/menu.c
 1.42          1.43          +1 -0       wine/dlls/ttydrv/wnd.c




More information about the wine-cvs mailing list