From c6a5109a95c1206ccf63d99316fa12b8c43bb7cf Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Tue, 18 Dec 2012 01:10:20 +0100 Subject: Preparing for merge... --- atari/history.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'atari/history.c') diff --git a/atari/history.c b/atari/history.c index e7db74bae..f9faef555 100755 --- a/atari/history.c +++ b/atari/history.c @@ -131,6 +131,11 @@ bool global_history_init( void ) void global_history_destroy( void ) { + +void global_history_redraw( void ) +{ + atari_treeview_redraw( gl_history.tv ); +} if( gl_history.init == false ) { return; } -- cgit v1.2.3