aboutsummaryrefslogtreecommitdiff
path: root/src/imagedisplay.h
diff options
context:
space:
mode:
authortaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-02 19:06:04 +0000
committertaw27 <taw27@bf6ca9ba-c028-0410-8290-897cf20841d1>2007-11-02 19:06:04 +0000
commit4b6725f92bd05657134476056c88c3e224c10101 (patch)
tree5c7cbc5041aa955ea40eaf81194980deb452837d /src/imagedisplay.h
parent4700f1e11171d2900489e221494a42d90ccdfd4b (diff)
More work on refinement
Store absolute image coordinates in cache (not relative to centre) git-svn-id: svn://cook.msm.cam.ac.uk:745/diff-tomo/dtr@190 bf6ca9ba-c028-0410-8290-897cf20841d1
Diffstat (limited to 'src/imagedisplay.h')
-rw-r--r--src/imagedisplay.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/imagedisplay.h b/src/imagedisplay.h
index 3b7192a..d404bcb 100644
--- a/src/imagedisplay.h
+++ b/src/imagedisplay.h
@@ -31,6 +31,7 @@ typedef enum {
typedef enum {
IMAGEDISPLAY_MARK_CIRCLE_1,
IMAGEDISPLAY_MARK_CIRCLE_2,
+ IMAGEDISPLAY_MARK_CIRCLE_3,
IMAGEDISPLAY_MARK_LINE_1,
IMAGEDISPLAY_MARK_LINE_2
} ImageDisplayMarkType;
@@ -66,6 +67,7 @@ typedef struct imagedisplay_struct {
GdkGC *gc_tiltaxis;
GdkGC *gc_marks_1;
GdkGC *gc_marks_2;
+ GdkGC *gc_marks_3;
gboolean realised;
unsigned int drawingarea_width;