- *don't* MoveWindow() the status bar if CCS_NORESIZE is specified,
commit6d09bf77da21fff688cdbbee4efc84ee7139bfab
authorAndreas Mohr <a.mohr@mailto.de>
Fri, 13 Apr 2001 22:23:35 +0000 (13 22:23 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 13 Apr 2001 22:23:35 +0000 (13 22:23 +0000)
tree8e1701799ccf64bb2fd2246406b59b893a7372d0
parentf6eded112469be10cebb3070ca5c7fb089206b3b
- *don't* MoveWindow() the status bar if CCS_NORESIZE is specified,
  and use SetWindowPos instead for one of the MoveWindow()s
- call STATUSBAR_GetInfoPtr *once* like Windows does, not twice (used to be
  in every sub function, too)
- remember hwndParent from create struct to use in at least WM_CREATE and
  WM_SIZE instead of GetParent() like in Windows
- added DefWindowProc call to WM_SIZE like in Windows
- added InvalidateRect, UpdateWindow to WM_CREATE like in Windows
- much more verbose +statusbar output
- rename part_num to nPart for consistency
- added nclm.cbSize to SystemParametersInfoA call
- added FIXME to STATUSBAR_SetParts
dlls/comctl32/status.c