- Make all WM_NOTIFY messages go to the parent.
commit3554e75cc874a43604a5b7d73e1d7c215c0ee95d
authorGuy L. Albertelli <galberte@neo.lrun.com>
Mon, 13 Aug 2001 20:07:47 +0000 (13 20:07 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Mon, 13 Aug 2001 20:07:47 +0000 (13 20:07 +0000)
tree2c34a4d841e2661dc6eb4744af7c83be1b57d274
parent3e3e230d3b36f4d78f10cf6cc5cc2de0cf5c1e70
- Make all WM_NOTIFY messages go to the parent.
- Allow WM_WINDOWPOSCHANGING when the control is size 0 to set initial
  size.
- Combine multiple SetWindowPos calls in same processing line and make
  the flags like native.
- Redo WM_NCCALCSIZE to match native.
- Since Pager is a "transparent" control (except for its own buttons),
  the WM_ERASEBKGND needs to be passed to the parent. Also do the window
  offset like the native control does.
dlls/comctl32/pager.c