From: compudj Date: Fri, 9 Jan 2004 22:29:06 +0000 (+0000) Subject: scroll near fixed X-Git-Tag: v0.12.20~3121 X-Git-Url: https://git.lttng.org/?a=commitdiff_plain;h=3a941e84bd9157dd1d44c673dede417ac515d381;p=lttv.git scroll near fixed git-svn-id: http://ltt.polymtl.ca/svn@368 04897980-b3bd-0310-b5e0-8ef037075253 --- diff --git a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c index 602ac62f..6167639c 100644 --- a/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c +++ b/ltt/branches/poly/lttv/modules/guiControlFlow/Event_Hooks.c @@ -669,6 +669,7 @@ void update_time_window_hook(void *hook_data, void *call_data) 0, 0, -1, -1); + *Old_Time_Window = *New_Time_Window; /* Get new data for the rest. */ drawing_data_request(control_flow_data->Drawing, &control_flow_data->Drawing->Pixmap, @@ -708,6 +709,7 @@ void update_time_window_hook(void *hook_data, void *call_data) x, 0, -1, -1); + *Old_Time_Window = *New_Time_Window; /* Get new data for the rest. */ drawing_data_request(control_flow_data->Drawing, &control_flow_data->Drawing->Pixmap,