- UpdateWindow should refresh all children that have an update region.
authorStephane Lussier <stephane@macadamian.com>
Fri, 28 Jul 2000 20:19:37 +0000 (20:19 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Fri, 28 Jul 2000 20:19:37 +0000 (20:19 +0000)
commit52146f62fd28bc1a791734b9939378267140b095
tree00e1e4756216b1be55012c75de271a1553cea636
parent0a116b8b8a9d74be9da609805a0f4b0eff611ffd
- UpdateWindow should refresh all children that have an update region.
- In DIALOG_CreateIndirect UpdateWindow shouldn't be called. Wine will generate
  a WM_PAINT eventually for the dialog, no need to force a paint right away.
(based on a patch from James Hatheway in the Corel tree)
windows/dialog.c
windows/painting.c