events req servicing v2
[lttv.git] / ltt / branches / poly / doc / developer / lttvwindow_events_delivery.txt
index 30678ae24e72a0236e67ef139444fea69b53c798..bbcd8bf37078fd3533c345d0f3442cafadb5d1cd 100644 (file)
@@ -371,10 +371,12 @@ A. While list_in !empty and list_out !empty and !GTK Event pending
         - Add ltime to list_in, remove them from list_out
     1.2 Seek
       1.2.1 If first request in list_in is a time request
-        1.2.1.1 Seek to that time
+        - If first req in list_in start time != current time
+          - Seek to that time
       1.2.2 Else, the first request in list_in is a position request
-        1.2.2.1 If the position is the same than the saved state, restore state
-        1.2.2.1 Else, seek to that position
+        - If first req in list_in pos != current pos
+          - If the position is the same than the saved state, restore state
+          - Else, seek to that position
     1.3 Add hooks and call begin for all list_in members
       1.3.1 If !servicing
           - begin hooks called
This page took 0.022342 seconds and 4 git commands to generate.