From 4368b993f71e29a7978d05f30fe87d12d7f52c1b Mon Sep 17 00:00:00 2001 From: compudj Date: Thu, 12 Aug 2004 16:00:00 +0000 Subject: [PATCH] add comment on background request git-svn-id: http://ltt.polymtl.ca/svn@716 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c index 3b779352..f88e3cf8 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/eventhooks.c @@ -206,7 +206,13 @@ void request_background_data(ControlFlowData *control_flow_data) background_ready_hook); control_flow_data->background_info_waiting++; } + } else { + /* Data ready. Be its nature, this viewer doesn't need to have + * its data ready hook called htere, because a background + * request is always linked with a redraw. + */ } + } lttv_hooks_destroy(background_ready_hook); -- 2.34.1