summaryrefslogtreecommitdiff
path: root/gtk/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/gui.h')
-rw-r--r--gtk/gui.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/gtk/gui.h b/gtk/gui.h
index dc1f2b340..a9a98c6a0 100644
--- a/gtk/gui.h
+++ b/gtk/gui.h
@@ -52,11 +52,12 @@ extern struct glade_file_location_s *glade_file_location;
extern char *languages_file_location;
extern char *toolbar_indices_file_location;
-extern char *options_file_location; /**< location where user options are written */
extern char *res_dir_location;
-extern char *print_options_file_location;
extern char *themelist_file_location;
+/** Directory where all configuration files are held. */
+extern char *nsgtk_config_home;
+
extern GdkPixbuf *favicon_pixbuf; /* favicon default pixbuf */
extern char **respaths; /** resource search path vector */