summaryrefslogtreecommitdiff
path: root/gtk/gui.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@netsurf-browser.org>2011-12-31 00:00:54 +0000
committerVincent Sanders <vince@netsurf-browser.org>2011-12-31 00:00:54 +0000
commite0596793e1a1c34786586cb18ee4fc8652ef7c50 (patch)
tree3e51933e2ea15d3f0cbf235884f5a684efa1d7c8 /gtk/gui.h
parentbe20f89884da134b09a96f459bd47e4badb0af39 (diff)
downloadnetsurf-e0596793e1a1c34786586cb18ee4fc8652ef7c50.tar.gz
netsurf-e0596793e1a1c34786586cb18ee4fc8652ef7c50.tar.bz2
load default favicon once
svn path=/trunk/netsurf/; revision=13357
Diffstat (limited to 'gtk/gui.h')
-rw-r--r--gtk/gui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk/gui.h b/gtk/gui.h
index 40f41a078..c7333d55d 100644
--- a/gtk/gui.h
+++ b/gtk/gui.h
@@ -54,6 +54,8 @@ extern char *options_file_location; /**< location where user options are written
extern char *res_dir_location;
extern char *print_options_file_location;
+extern GdkPixbuf *favicon_pixbuf; /* favicon default pixbuf */
+
uint32_t gtk_gui_gdkkey_to_nskey(GdkEventKey *);
#endif /* GTK_GUI_H */