From ff7cf937629933e782eb8103dadb8b5f27f14a4d Mon Sep 17 00:00:00 2001 From: Ole Loots Date: Wed, 28 Nov 2012 21:30:24 +0100 Subject: Started refactoring of global redraw handling. --- atari/toolbar.h | 1 + 1 file changed, 1 insertion(+) (limited to 'atari/toolbar.h') diff --git a/atari/toolbar.h b/atari/toolbar.h index 7cc7b92e9..17cb16d08 100644 --- a/atari/toolbar.h +++ b/atari/toolbar.h @@ -27,6 +27,7 @@ void toolbar_update_buttons(struct s_toolbar *tb, struct browser_window *bw, void toolbar_get_grect(struct s_toolbar *tb, short which, short opt, GRECT *g); struct text_area *toolbar_get_textarea(struct s_toolbar *tb, enum toolbar_textarea which); +void toolbar_redraw(struct s_toolbar *tb, GRECT *clip); /* public events handlers: */ void toolbar_back_click(struct s_toolbar *tb); void toolbar_reload_click(struct s_toolbar *tb); -- cgit v1.2.3