diff src/typedefs.h @ 1511:73cecf473802

startup path options simplified and moved to layout options
author nadvornik
date Sat, 04 Apr 2009 21:14:34 +0000
parents 96897bd5f6cd
children 22174e704d0b
line wrap: on
line diff
--- a/src/typedefs.h	Sat Apr 04 20:20:17 2009 +0000
+++ b/src/typedefs.h	Sat Apr 04 21:14:34 2009 +0000
@@ -174,6 +174,11 @@
 	METADATA_FORMATTED	= 1  /* for display only */
 } MetadataFormat;
 
+typedef enum {
+	STARTUP_PATH_CURRENT	= 0,
+	STARTUP_PATH_LAST,
+	STARTUP_PATH_HOME,
+} StartUpPath;
 
 #define MAX_SPLIT_IMAGES 4
 
@@ -530,6 +535,9 @@
 	gboolean info_pixel_hidden;
 
 	gchar *home_path;
+	gchar *last_path;
+
+	StartUpPath startup_path;
 };
 
 struct _LayoutWindow