summaryrefslogtreecommitdiff
path: root/atari/history.c
diff options
context:
space:
mode:
Diffstat (limited to 'atari/history.c')
-rwxr-xr-xatari/history.c5
1 files changed, 5 insertions, 0 deletions
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;
}