Added a from_child parameter to the get_update_region request to allow
commitdb412aaf60f999b76927d613ce221c69954fe40e
authorAlexandre Julliard <julliard@winehq.org>
Tue, 31 May 2005 13:37:16 +0000 (31 13:37 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 31 May 2005 13:37:16 +0000 (31 13:37 +0000)
treeee2ab301b150af3c2d2542155aaa8d45084b3784
parentec3cf77d658290d8e6a5c1f4930e2ae2b1462970
Added a from_child parameter to the get_update_region request to allow
restarting the search from a given child, in order to avoid looping
forever on windows that don't repaint correctly.
dlls/user/painting.c
include/wine/server_protocol.h
server/protocol.def
server/trace.c
server/window.c