summaryrefslogtreecommitdiffstats
Side-by-side diff
-rw-r--r--src/model/selection_info.h41
-rw-r--r--src/model/selection_info_init.c12
-rw-r--r--src/model/selection_info_init.h8
-rw-r--r--src/model/selection_purposes.h17
-rw-r--r--src/model/zoom_info.h21
-rw-r--r--src/model/zoom_info_init.c9
-rw-r--r--src/model/zoom_info_init.h8
7 files changed, 116 insertions, 0 deletions
diff --git a/src/model/selection_purposes.h b/src/model/selection_purposes.h
new file mode 100644
index 0000000..12d6ec7
--- a/dev/null
+++ b/src/model/selection_purposes.h
@@ -0,0 +1,17 @@
+#ifndef SELECTION_PURPOSES_H
+#define SELECTION_PURPOSES_H
+
+typedef enum
+ {
+ /*
+ * The selection will define a new set.
+ */
+ SET,
+
+ /*
+ * The selection will define a zoom region.
+ */
+ ZOOM
+ } SELECTION_PURPOSES;
+
+#endif // SELECTION_PURPOSES_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.