summaryrefslogtreecommitdiff
path: root/atari/toolbar.h
diff options
context:
space:
mode:
Diffstat (limited to 'atari/toolbar.h')
-rwxr-xr-xatari/toolbar.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atari/toolbar.h b/atari/toolbar.h
index 32366f5c7..c0987848d 100755
--- a/atari/toolbar.h
+++ b/atari/toolbar.h
@@ -83,6 +83,8 @@ struct s_toolbar
/* Must be called before any other toolbar function is called: */
void toolbar_init( void );
+/*Must be called when netsurf exits to free toolbar resources: */
+void toolbar_exit( void );
CMP_TOOLBAR tb_create( struct gui_window * gw );
void tb_destroy( CMP_TOOLBAR tb );
/* recalculate size/position of nested controls within the toolbar: */