summaryrefslogtreecommitdiff
path: root/atari/toolbar.h
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-04-12 20:18:53 +0000
committerOle Loots <ole@monochrom.net>2012-04-12 20:18:53 +0000
commitd3bd3882187b3384367b957c43512bbf556b5457 (patch)
treefb6e368150af16e7907bc5c2dadbc50e9b1bf35c /atari/toolbar.h
parent839c4aef8a7095a2eced22548b8bd2057ad251ed (diff)
downloadnetsurf-d3bd3882187b3384367b957c43512bbf556b5457.tar.gz
netsurf-d3bd3882187b3384367b957c43512bbf556b5457.tar.bz2
Share a single icon instance for multiple toolbars.
svn path=/trunk/netsurf/; revision=13860
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: */