From: compudj Date: Thu, 3 Jun 2004 19:50:05 +0000 (+0000) Subject: events req servicing v2, with background computation, mod X-Git-Tag: v0.12.20~2911 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=4a97e95bde4dbf593a015c04285dc1f296a35d99;hp=65bc060015b4d80832fe72bf02f58a3497cec47e;p=lttv.git events req servicing v2, with background computation, mod git-svn-id: http://ltt.polymtl.ca/svn@578 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt index 252f4c20..4e77884a 100644 --- a/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt +++ b/ltt/branches/poly/doc/developer/lttvwindow_events_delivery.txt @@ -222,6 +222,10 @@ parameter. If a tab is removed, its associated idle events requests servicing function must also be removed. +It now looks a lot more useful to give a Tab* to the viewer instead of a +MainWindow*, as all the information needed by the viewer is located at the tab +level. It will diminish the dependance upon the current tab concept. + Idle function (lttvwindow_process_pending_requests)