summaryrefslogtreecommitdiffstats
Unidiff
-rw-r--r--Makefile.am10
-rw-r--r--r/connect.R16
-rw-r--r--src/controller/exp004mouse.c51
-rw-r--r--src/controller/exp004processhits.c16
-rw-r--r--src/controller/exp004reshape.c26
-rw-r--r--src/controller/keyboard.c2
-rw-r--r--src/controller/selection_from_db.sqc9
-rw-r--r--src/controller/selsave.sqc4
-rw-r--r--src/controller/set_ortho.c11
-rw-r--r--src/controller/vis_sel_set.h3
-rw-r--r--src/model/coordinates.h3
-rw-r--r--src/model/exp004base.sqc30
-rw-r--r--src/model/exp004state.h30
-rw-r--r--src/model/selection_info.h11
-rw-r--r--src/model/selection_info_init.c2
-rw-r--r--src/model/selection_info_init.h2
-rw-r--r--src/model/selection_purposes.h22
-rw-r--r--src/model/zoom_info.h5
-rw-r--r--src/model/zoom_info_init.c2
-rw-r--r--src/model/zoom_info_init.h2
-rw-r--r--src/util/pick_convert.c7
-rw-r--r--src/util/sqlinfoprint.c2
-rw-r--r--src/util/sqlinfoprint.h7
-rw-r--r--src/view/exp004geometry.c6
-rw-r--r--src/view/exp004view.c7
25 files changed, 140 insertions, 146 deletions
diff --git a/src/model/selection_info.h b/src/model/selection_info.h
index 970ecec..ccd3f7a 100644
--- a/src/model/selection_info.h
+++ b/src/model/selection_info.h
@@ -9,13 +9,14 @@
9 */9 */
10#define ROWS 8390510#define ROWS 83905
1111
12typedef struct {12typedef struct
13{
1314
14 /*15 /*
15 * Selection list.16 * Selection list.
16 */17 */
17 bool set[ROWS];18 bool set[ROWS];
18 19
19 /*20 /*
20 * A selection is being performed.21 * A selection is being performed.
21 */22 */
@@ -25,17 +26,17 @@ typedef struct {
25 * Indicate if the user is currently defining a selection.26 * Indicate if the user is currently defining a selection.
26 */27 */
27 SELECTION_PURPOSES purpose;28 SELECTION_PURPOSES purpose;
28 29
29 /*30 /*
30 * X coordinate of mouse when selection mode initiated.31 * X coordinate of mouse when selection mode initiated.
31 */32 */
32 int x;33 int x;
33 34
34 /*35 /*
35 * Y coordinate of mouse when selection mode initiated.36 * Y coordinate of mouse when selection mode initiated.
36 */37 */
37 int y;38 int y;
38 39
39} SELECTION_INFO;40} SELECTION_INFO;
4041
41#endif // SELECTION_INFO_H42#endif // SELECTION_INFO_H

Valid XHTML 1.0 Strict

Copyright © 2009 Don Pellegrino All Rights Reserved.