aboutsummaryrefslogtreecommitdiff
path: root/src/image.h
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-01-12 14:17:13 +0100
committerThomas White <taw@physics.org>2010-01-12 14:17:13 +0100
commit0b17be9c96c4082b7cf2334c6a2cc35bb6a5814c (patch)
tree6702c7a63f06c988e740736026b18a74760c7803 /src/image.h
parent419d5533423ca402ffce44e2e2a05d62c5ba1804 (diff)
Complete indexing functionality
Diffstat (limited to 'src/image.h')
-rw-r--r--src/image.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/image.h b/src/image.h
index 1dcfdc3b..9649fe8e 100644
--- a/src/image.h
+++ b/src/image.h
@@ -94,8 +94,6 @@ struct image {
ImageFeatureList *features; /* "Experimental" features */
ImageFeatureList *rflist; /* "Predicted" features */
- UnitCell *cell;
-
/* DirAx auto-indexing low-level stuff */
GIOChannel *dirax;
int dirax_pty;
@@ -103,6 +101,7 @@ struct image {
char *dirax_rbuffer;
int dirax_rbufpos;
int dirax_rbuflen;
+ GMainLoop *dirax_ml;
/* DirAx auto-indexing high-level stuff */
int dirax_step;