From 0192085f500fea467a6d6fe318c2c77332f7e08d Mon Sep 17 00:00:00 2001 From: compudj Date: Fri, 4 Jun 2004 14:50:17 +0000 Subject: [PATCH] minor correction git-svn-id: http://ltt.polymtl.ca/svn@582 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index 9c506801..c64f9fd5 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -325,7 +325,7 @@ list_in : empty list_out : many events requests -A. While list_in !empty and list_out !empty and !GTK Event pending +A. While (list_in !empty or list_out !empty) and !GTK Event pending 1. If list_in is empty (need a seek) 1.1 Add requests to list_in 1.1.1 Find all time requests with the highest priority and lowest start -- 2.34.1