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

Alexandre Julliard julliard at winehq.org
Wed Dec 31 17:51:52 CST 2003


ChangeSet ID:	10514
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2003/12/31 17:51:52

Modified files:
	windows        : win.c nonclient.c defwnd.c 
	include        : win.h user.h 
	dlls/x11drv    : window.c 
	dlls/user/tests: win.c 

Log message:
	Store window icons in the window structure so that WM_SETICON can do
	the right thing (based on a patch by Aric Stewart).

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

Old revision  New revision  Changes     Path
 1.231         1.232         +2 -0       wine/windows/win.c
 1.115         1.116         +10 -1      wine/windows/nonclient.c
 1.86          1.87          +50 -9      wine/windows/defwnd.c
 1.79          1.80          +2 -0       wine/include/win.h
 1.57          1.58          +1 -1       wine/include/user.h
 1.67          1.68          +6 -10      wine/dlls/x11drv/window.c
 1.11          1.12          +63 -0      wine/dlls/user/tests/win.c




More information about the wine-cvs mailing list