diff src/collect-io.h @ 359:96fb24f948b7

Merge collection_load_only_geometry() into collection_load().
author zas_
date Mon, 14 Apr 2008 22:28:29 +0000
parents 384eed18df04
children ddabc4873a3f
line wrap: on
line diff
--- a/src/collect-io.h	Mon Apr 14 22:05:47 2008 +0000
+++ b/src/collect-io.h	Mon Apr 14 22:28:29 2008 +0000
@@ -17,6 +17,7 @@
 	COLLECTION_LOAD_NONE	= 0,
 	COLLECTION_LOAD_APPEND	= 1 << 0,
 	COLLECTION_LOAD_FLUSH	= 1 << 1,
+	COLLECTION_LOAD_GEOMETRY= 1 << 2,
 } CollectionLoadFlags;
 
 gint collection_load(CollectionData *cd, const gchar *path, CollectionLoadFlags flags);