ChangeSet ID: 99462427189628609828651 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine2. 01/07/08 16:31:12
Modified files: dlls/comctl32 : rebar.c
Log message: Guy L. Albertelli galberte@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