summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--src/model/selection_info.h7
-rw-r--r--src/model/selection_info_init.c2
-rw-r--r--src/view/exp004init.c1
3 files changed, 3 insertions, 7 deletions
diff --git a/src/view/exp004init.c b/src/view/exp004init.c
index 5a6ddd0..af66623 100644
--- a/src/view/exp004init.c
+++ b/src/view/exp004init.c
@@ -18,6 +18,7 @@ exp004init (void)
18 * Initialize default values, zero memory and NULL pointers.18 * Initialize default values, zero memory and NULL pointers.
19 */19 */
20 S.rows = 0;20 S.rows = 0;
21 S.gi_data = NULL;
21 S.base_vertices_data = NULL;22 S.base_vertices_data = NULL;
22 S.base_colors_data = NULL;23 S.base_colors_data = NULL;
23 selection_info_init (&S.selection);24 selection_info_init (&S.selection);

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.