wine/dlls/comctl32 toolbar.c

Alexandre Julliard julliard at winehq.org
Fri Jul 22 14:55:54 CDT 2005


ChangeSet ID:	19096
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine.codeweavers.com	2005/07/22 14:55:54

Modified files:
	dlls/comctl32  : toolbar.c 

Log message:
	Robert Shearman <rob at codeweavers.com>
	- Height is now calculated based on the number of rows, not on the
	bounding rect.
	- Only call CalcToolbar in AutoSize if it has TBSTYLE_WRAPABLE or
	TBSTYLE_EX_UNDOC1 set.
	- Remove a bad test in SetButtonWidth that fixes a regression from the
	above change in IE.
	- Remove unnecessary nHeight data.
	- Remove duplicated code in Size by calling AutoSize.
	- Remove unnecessary bAutoSize value because SetWindowPos doesn't
	generate WM_SIZE when there is nothing to do on both Windows and
	Wine.

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

Old revision  New revision  Changes     Path
 1.219         1.220         +78 -191    wine/dlls/comctl32/toolbar.c




More information about the wine-cvs mailing list