- Move creation process to the WM_NCCREATE message like native and force
authorGuy L. Albertelli <galberte@neo.lrun.com>
Sun, 8 Jul 2001 20:31:11 +0000 (20:31 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sun, 8 Jul 2001 20:31:11 +0000 (20:31 +0000)
commit2420fa983d63515a5db3553330a7e9c3d66a4654
tree13bac7bb1f6b9ee8db6eff7604de29eb74e7c196
parent655ff38dce6b38b738bd5edeb99db980c26b4cf4
- 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.
dlls/comctl32/rebar.c