From d3bd3882187b3384367b957c43512bbf556b5457 Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Thu, 12 Apr 2012 20:18:53 +0000 Subject: Share a single icon instance for multiple toolbars. svn path=/trunk/netsurf/; revision=13860 --- atari/toolbar.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'atari/toolbar.h') 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: */ -- cgit v1.2.3