Rearranged PAINT_RedrawWindow() so that it first recursively updates
authorAlex Korobka <alex@aikea.ams.sunysb.edu>
Sat, 8 May 1999 17:57:09 +0000 (17:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Sat, 8 May 1999 17:57:09 +0000 (17:57 +0000)
commit98447497b777b371fa5a59a5d1a0f1714a944843
tree93034e49952f3ceea10fd340408c74c524b0d3de
parent51d46ba954356559cef30d85304d06b45a1303bc
Rearranged PAINT_RedrawWindow() so that it first recursively updates
invalid regions and only then starts sending out messages. This should
help with reentrancy during message processing and now it needs just
one (or none) scratch region for all there is to do. Also, small fixes
for SetWindowPos().
include/win.h
objects/region.c
windows/dce.c
windows/painting.c
windows/win.c
windows/winpos.c
windows/x11drv/event.c