From 206ea1f4bf6344e714d3b15acc0c67c0316801ec Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 3 Jun 2004 18:55:53 +0000 Subject: [PATCH] events req servicing v2, with background computation, mod git-svn-id: http://ltt.polymtl.ca/svn@575 04897980-b3bd-0310-b5e0-8ef037075253 --- .../poly/doc/developer/lttvwindow_events_delivery.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index a3586c0a..de92dfa2 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -198,6 +198,17 @@ the initial request. This is the expected result. For the background processings that call viewer's hooks, they will be removed. +A New "Redraw" Button + +It will be used to redraw the viewers entirely. It is useful to restart the +servicing after a "stop" action. + +A New "Continue" Button + +It will tell the viewers to send requests for damaged areas. It is useful to +complete the servicing after a "stop" action. + + Implementation -- 2.34.1