-rw-r--r-- | src/Makefile.am | 3 | ||||
-rw-r--r-- | src/model/display_list_index.h | 6 | ||||
-rw-r--r-- | src/model/exp004state.h | 6 | ||||
-rw-r--r-- | src/model/protein_geometry.c | 21 | ||||
-rw-r--r-- | src/model/protein_geometry.h | 9 | ||||
-rw-r--r-- | src/view/exp004geometry.c | 21 | ||||
-rw-r--r-- | src/view/exp004init.c | 3 | ||||
-rw-r--r-- | src/view/exp004view.c | 2 |
8 files changed, 61 insertions, 10 deletions
diff --git a/src/model/exp004state.h b/src/model/exp004state.h index d151966..1af8a5b 100644 --- a/src/model/exp004state.h +++ b/src/model/exp004state.h | |||
@@ -23,11 +23,17 @@ | |||
23 | #define SELECT_COLOR_B 0.00 | 23 | #define SELECT_COLOR_B 0.00 |
24 | #define SELECT_COLOR_A 0.75 | 24 | #define SELECT_COLOR_A 0.75 |
25 | 25 | ||
26 | typedef enum { PROTEIN_GEOMETRY } LISTS; | ||
27 | |||
26 | /* | 28 | /* |
27 | * Maintain state of the model. | 29 | * Maintain state of the model. |
28 | */ | 30 | */ |
29 | typedef struct | 31 | typedef struct |
30 | { | 32 | { |
33 | /* | ||
34 | * Display lists. | ||
35 | */ | ||
36 | unsigned int list_offset; | ||
31 | 37 | ||
32 | /* | 38 | /* |
33 | * Track the bounding box of the points. | 39 | * Track the bounding box of the points. |