diff src/typedefs.h @ 132:661cd91e5a7e

First implementation of marks for all photos.
author bruclik
date Fri, 13 Jul 2007 14:03:08 +0000
parents 98e2632b5d3d
children 9009856628f7
line wrap: on
line diff
--- a/src/typedefs.h	Thu Jul 12 20:46:28 2007 +0000
+++ b/src/typedefs.h	Fri Jul 13 14:03:08 2007 +0000
@@ -320,12 +320,14 @@
 	gint delay_flip;
 };
 
+#define FILEDATA_MARKS_SIZE 10
+
 struct _FileData {
 	gchar *path;
 	const gchar *name;
 	gint64 size;
 	time_t date;
-
+    gboolean marks[FILEDATA_MARKS_SIZE];
 	GdkPixbuf *pixbuf;
 };
 
@@ -379,7 +381,8 @@
 
 	GtkWidget *thumb_button;
 	gint thumbs_enabled;
-
+    gint marks_enabled;
+    
 	/* dir view */
 
 	LayoutLocation dir_location;
@@ -515,7 +518,8 @@
 	FileData *select_fd;
 
 	gint thumbs_enabled;
-
+    gint marks_enabled;
+    
 	/* thumb updates */
 	gint thumbs_running;
 	gint thumbs_count;