author | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-09-03 01:45:01 (GMT) |
---|---|---|
committer | Don Pellegrino <don@coffee.donpellegrino.com> | 2009-09-03 01:45:01 (GMT) |
commit | 048db015fec0826523e90e7e9d74b1d9cff9c9d9 (patch) (unidiff) | |
tree | 6c42b5dbfd1355d46ea9cd70eb70aac9cc47a461 | |
parent | 2677e972fbad2d4d55b2844c6ad4d4fbdce57cae (diff) | |
download | exp005-048db015fec0826523e90e7e9d74b1d9cff9c9d9.zip exp005-048db015fec0826523e90e7e9d74b1d9cff9c9d9.tar.gz exp005-048db015fec0826523e90e7e9d74b1d9cff9c9d9.tar.bz2 |
Added a display list for the DataRose.
-rw-r--r-- | src/model/state/state.h | 4 |
1 files changed, 2 insertions, 2 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 @@ | |||
26 | 26 | ||
27 | typedef enum | 27 | typedef enum |
28 | { PROTEIN_GEOMETRY, PROTEIN_SELECTED_GEOMETRY, DENSITY_LEGEND_GEOMETRY, | 28 | { PROTEIN_GEOMETRY, PROTEIN_SELECTED_GEOMETRY, DENSITY_LEGEND_GEOMETRY, |
29 | MAP_GEOMETRY | 29 | MAP_GEOMETRY, DATAROSE_GEOMETRY |
30 | } LISTS; | 30 | } LISTS; |
31 | #define NUM_LISTS 2 | 31 | #define NUM_LISTS 5 |
32 | 32 | ||
33 | /* | 33 | /* |
34 | * Maintain state of the model. | 34 | * Maintain state of the model. |