aboutsummaryrefslogtreecommitdiff
path: root/src/imagedisplay.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 16:07:32 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-08-28 16:07:32 +0000
commit85b8978beedd0142560573a92442a5ed907b0ed2 (patch)
treea5fb149aa94b540a568ac6c7b2831a8065e53959 /src/imagedisplay.h
parent49ad910255546917c22a1d0ef01b4109c7772b16 (diff)
Be a lot more clear about which things are properties of images and which
belong to the control context. git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@81 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/imagedisplay.h')
-rw-r--r--src/imagedisplay.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/imagedisplay.h b/src/imagedisplay.h
index 84ffb03..61aa157 100644
--- a/src/imagedisplay.h
+++ b/src/imagedisplay.h
@@ -41,7 +41,7 @@ extern ImageDisplay *imagedisplay_open(int16_t *image, unsigned int width, unsig
extern void imagedisplay_mark_point(ImageDisplay *imagedisplay, unsigned int x, unsigned int y);
extern void imagedisplay_mark_circle(ImageDisplay *imagedisplay, unsigned int x, unsigned int y);
#include "control.h"
-extern void imagedisplay_add_tilt_axis(ImageDisplay *imagedisplay, ControlContext *ctx, double omega);
+extern void imagedisplay_add_tilt_axis(ImageDisplay *imagedisplay, double xc, double yc, double omega);
#endif /* IMAGEDISPLAY_H */