summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--README7
-rw-r--r--src/Makefile.am2
-rw-r--r--src/controller/callbacks/reshape.c1
-rw-r--r--src/model/data/base.sqc1
-rw-r--r--src/model/geometry/datarose_geometry.c54
-rw-r--r--src/model/geometry/datarose_geometry.h11
-rw-r--r--src/model/geometry/density_legend_geometry.c13
-rw-r--r--src/model/geometry/protein_geometry.c2
-rw-r--r--src/model/state/state.h4
-rw-r--r--src/view/geometry.c2
-rw-r--r--src/view/init.c2
11 files changed, 87 insertions, 12 deletions
diff --git a/src/model/state/state.h b/src/model/state/state.h
index 26141f2..ba6d7ab 100644
--- a/src/model/state/state.h
+++ b/src/model/state/state.h
@@ -26,9 +26,9 @@
2626
27typedef enum27typedef enum
28{ PROTEIN_GEOMETRY, PROTEIN_SELECTED_GEOMETRY, DENSITY_LEGEND_GEOMETRY,28{ PROTEIN_GEOMETRY, PROTEIN_SELECTED_GEOMETRY, DENSITY_LEGEND_GEOMETRY,
29 MAP_GEOMETRY29 MAP_GEOMETRY, DATAROSE_GEOMETRY
30} LISTS;30} LISTS;
31#define NUM_LISTS 231#define NUM_LISTS 5
3232
33/*33/*
34 * Maintain state of the model.34 * Maintain state of the model.

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.