summaryrefslogtreecommitdiff
path: root/frontends/gtk/toolbar.c
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2019-09-01 15:43:19 +0100
committerVincent Sanders <vince@kyllikki.org>2019-09-01 15:43:19 +0100
commitc93443e53c9dc24bd66e74fad891b1699e021163 (patch)
tree62892fdfddfd0ebdc2666113ebbf89b5617d05a8 /frontends/gtk/toolbar.c
parent67892ba18f738224e8c5a6e4336b4fe9011c40dd (diff)
downloadnetsurf-c93443e53c9dc24bd66e74fad891b1699e021163.tar.gz
netsurf-c93443e53c9dc24bd66e74fad891b1699e021163.tar.bz2
cleanup scaffolding a bit
Diffstat (limited to 'frontends/gtk/toolbar.c')
-rw-r--r--frontends/gtk/toolbar.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/frontends/gtk/toolbar.c b/frontends/gtk/toolbar.c
index ae87010a6..544b25abd 100644
--- a/frontends/gtk/toolbar.c
+++ b/frontends/gtk/toolbar.c
@@ -196,6 +196,10 @@ struct nsgtk_theme {
GtkImage *searchimage[SEARCH_BUTTONS_COUNT];
};
+/* forward declaration */
+void nsgtk_toolbar_connect_all(struct nsgtk_scaffolding *g);
+int nsgtk_toolbar_get_id_from_widget(GtkWidget *widget, struct nsgtk_scaffolding *g);
+
/* define data plus and data minus handlers */
#define TOOLBAR_ITEM(identifier, name, sensitivity, clicked) \