ChangeSet ID: 9872006150954397046007216
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard@wine2. 01/04/13 18:23:35
Modified files:
dlls/comctl32 : status.c
Log message:
Andreas Mohr <a.mohr(a)mailto.de>
- *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
Patch: http://cvs.winehq.com/patch.py?id=9872006150954397046007216
Revision Changes Path
1.35 +260 -241 wine/dlls/comctl32/status.c