aboutsummaryrefslogtreecommitdiff
path: root/src/imagedisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imagedisplay.h')
-rw-r--r--src/imagedisplay.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/imagedisplay.h b/src/imagedisplay.h
index 9d75ded..84ffb03 100644
--- a/src/imagedisplay.h
+++ b/src/imagedisplay.h
@@ -39,6 +39,7 @@ typedef struct struct_imagedisplay {
extern ImageDisplay *imagedisplay_open(int16_t *image, unsigned int width, unsigned int height, const char *title);
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);