aboutsummaryrefslogtreecommitdiff
path: root/src/imagedisplay.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/imagedisplay.h')
-rw-r--r--src/imagedisplay.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/imagedisplay.h b/src/imagedisplay.h
index 73ef172..3b7192a 100644
--- a/src/imagedisplay.h
+++ b/src/imagedisplay.h
@@ -31,7 +31,8 @@ typedef enum {
typedef enum {
IMAGEDISPLAY_MARK_CIRCLE_1,
IMAGEDISPLAY_MARK_CIRCLE_2,
- IMAGEDISPLAY_MARK_LINE_1
+ IMAGEDISPLAY_MARK_LINE_1,
+ IMAGEDISPLAY_MARK_LINE_2
} ImageDisplayMarkType;
typedef struct struct_imagedisplaymark {