diff src/typedefs.h @ 212:c7021159079d

differentiate among normal image, raw image and metadata removed raw extension lists on various places and fixed most of the Exiv2 warnings todo: configuration and a special icons for unreadable raw or metadata
author nadvornik
date Sun, 30 Mar 2008 11:47:14 +0000
parents f6e307c7bad6
children e0e2c2b72c5a
line wrap: on
line diff
--- a/src/typedefs.h	Sun Mar 30 07:14:37 2008 +0000
+++ b/src/typedefs.h	Sun Mar 30 11:47:14 2008 +0000
@@ -88,6 +88,14 @@
 	STM_MODE_TOGGLE
 } SelectionToMarkMode;
 
+typedef enum {
+	FORMAT_CLASS_UNKNOWN,
+	FORMAT_CLASS_IMAGE,
+	FORMAT_CLASS_RAWIMAGE,
+	FORMAT_CLASS_META,
+	FILE_FORMAT_CLASSES
+} FileFormatClass;
+
 
 #define MAX_SPLIT_IMAGES 4