From e0596793e1a1c34786586cb18ee4fc8652ef7c50 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sat, 31 Dec 2011 00:00:54 +0000 Subject: load default favicon once svn path=/trunk/netsurf/; revision=13357 --- gtk/gui.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gui.h') 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 */ -- cgit v1.2.3