wine/dlls/comctl32 rebar.c

Alexandre Julliard julliard at winehq.com
Sun Jul 8 15:31:12 CDT 2001


ChangeSet ID:	99462427189628609828651
CVSROOT:	/opt/cvs-commit
Module name:	wine
Changes by:	julliard at wine2.	01/07/08 16:31:12

Modified files:
	dlls/comctl32  : rebar.c 

Log message:
	Guy L. Albertelli <galberte at neo.lrun.com>
	- Move creation process to the WM_NCCREATE message like native and force
	styles WS_VISIBLE and CCS_TOP.
	- Implement messages WM_NCHITTEST, WM_STYLECHANGED, RB_MOVEBAND,
	RB_MINIMIZEBAND.
	- Improve preformance by removing calls to GetWindowLong for GWL_STYLE
	(by saving state and handling WM_STYLECHANGED).
	- Cleanup and remove dead and test code.

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

Revision  Changes    Path
 1.45     +471 -211  wine/dlls/comctl32/rebar.c





More information about the wine-cvs mailing list