summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/controller/clear_selection.sqc9
-rw-r--r--src/controller/exp004processhits.c6
-rw-r--r--src/controller/keyboard.c10
-rw-r--r--src/controller/selection_from_db.sqc6
-rw-r--r--src/model/density_legend_geometry.c20
-rw-r--r--src/model/exp004state.h7
-rw-r--r--src/model/protein_geometry.c2
-rw-r--r--src/view/exp004geometry.c26
-rw-r--r--src/view/exp004init.c3
9 files changed, 59 insertions, 30 deletions
diff --git a/src/controller/selection_from_db.sqc b/src/controller/selection_from_db.sqc
index 8c12c79..ccefa4a 100644
--- a/src/controller/selection_from_db.sqc
+++ b/src/controller/selection_from_db.sqc
@@ -1,5 +1,6 @@
1#define GL_GLEXT_PROTOTYPES1#define GL_GLEXT_PROTOTYPES
2#include "selection_from_db.h"2#include "selection_from_db.h"
3#include "../model/map_geometry.h"
3#include "../view/exp004state0.h"4#include "../view/exp004state0.h"
4#include "../util/check_error.h"5#include "../util/check_error.h"
5#include <GL/glut.h>6#include <GL/glut.h>
@@ -62,6 +63,11 @@ selection_from_db (void)
62 sizeof (S.base_colors_data), S.base_colors_data,63 sizeof (S.base_colors_data), S.base_colors_data,
63 GL_STATIC_DRAW);64 GL_STATIC_DRAW);
6465
66 /*
67 * Rebuild the display list.
68 */
69 map_geometry ();
70
65 glutPostRedisplay ();71 glutPostRedisplay ();
6672
67 return;73 return;

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.