aboutsummaryrefslogtreecommitdiff
path: root/src/control.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-30 17:29:17 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-10-30 17:29:17 +0000
commit4676d2c74e1a29d8aa5c0da56cb67ba7a6bb7e0f (patch)
tree097f2fbb5f36e8086bc62eee0f37771e0a0796f3 /src/control.h
parent98ca230ab68e71cd29402ad689dd929abd46b3d5 (diff)
Refinement framework
git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@185 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/control.h')
-rw-r--r--src/control.h9
1 files changed, 3 insertions, 6 deletions
diff --git a/src/control.h b/src/control.h
index 7de8025..df6eb02 100644
--- a/src/control.h
+++ b/src/control.h
@@ -88,12 +88,6 @@ typedef struct cctx_struct {
GtkWidget *checkbox_finecentering;
GtkWidget *cache_file_selector;
- /* IPR stuff */
- int ipr_cur_image;
- struct imagedisplay_struct *ipr_id;
- struct reflectionlist_struct *ipr_lat;
- struct basis_struct *ipr_basis;
-
/* DirAx low-level stuff */
GIOChannel *dirax;
int dirax_pty;
@@ -110,6 +104,9 @@ typedef struct cctx_struct {
int reproject_cur_image;
struct imagedisplay_struct *reproject_id;
+ /* Refinement stuff */
+ GtkWidget *refine_window;
+
} ControlContext;
extern ControlContext *control_ctx_new(void);