aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-04 16:40:21 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-09-04 16:40:21 +0000
commit14dd96829ed69a7f9635ba4cbad91472b635dc3b (patch)
tree084822b2f89304a7ee0ba6a0656c8dadf3db3f9c /src/control.h
parent769c68dfa44a5eaa27000ff50f446ece00c25e70 (diff)
Step through predicted patterns, one-by-one
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@113 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/control.h b/src/control.h
index dbeda36..46646a0 100644
--- a/src/control.h
+++ b/src/control.h
@@ -133,6 +133,11 @@ typedef struct cctx_struct {
GLfloat *gl_gen_vertex_array;
GLfloat *gl_gen_normal_array;
GLsizei gl_gen_num_vertices;
+
+ /* IPR stuff */
+ int ipr_cur_image;
+ struct struct_imagedisplay *ipr_id;
+ struct rctx_struct *ipr_lat;
} ControlContext;