From 997e8999d5a3a496a81d45b37f723d5bc539f5c4 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 12 Apr 2015 01:12:43 +0100 Subject: Refactor GTK toolbar handling to correctly cope with text labels --- gtk/scaffolding.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gtk/scaffolding.h') diff --git a/gtk/scaffolding.h b/gtk/scaffolding.h index 730d4fc89..3fbad59db 100644 --- a/gtk/scaffolding.h +++ b/gtk/scaffolding.h @@ -247,5 +247,6 @@ nserror gui_window_set_url(struct gui_window *g, struct nsurl *url); void gui_window_start_throbber(struct gui_window *g); void gui_window_stop_throbber(struct gui_window *g); +void nsgtk_scaffolding_toolbars(struct nsgtk_scaffolding *g, int tbi); #endif /* NETSURF_GTK_SCAFFOLDING_H */ -- cgit v1.2.3